Subject: uploading ucsf files into R statistical software
From: scschommer
Date: Nov 16 2:05 PM



Im trying to use R to do ANOVA on spectra in ucsf format. I can read
the ucsf file into R using the ucsfdata command and the -m
modification. This puts the spectra in standard matrix format in
binary. If I tell R that the size is 4 bytes (when using the readbin
command), it reads the file with only a few problems. All the points
should be on the order of 10^6-10^8, but a few end up being much larger
(10^34). Im not sure what the problem is. If anybody has any
suggestions Id love to hear them.