readF.massvectorlist {mscalib} | R Documentation |
written to disk with writeF.massvectorlist
## S3 method for class 'massvectorlist': readF(object,path,file=experiment(object),ext="txt",...)
... |
|
ext |
|
file |
file to read. default =experiment(object) |
object |
massvectorlist |
path |
path to directory. |
The read and write functions for all the different peak-list formats are not provided by the package. This is because there are oodles of different formats. I will try to collect read-write functions for as many as possible peak-list format's in an add on package which you can find at http://www.molgen.mpg.de/~wolski/mscalib/IO/.
Witold Wolski wolski@molgen.mpg.de
readF.massvector
,
writeF.massvectorlist
,
data( mvl ) mvl writeF( mvl , "." ) test <- readF(massvectorlist(info(mvl)),".") test unlink(paste(info(test),".txt",sep=""))