writeF.massvectorlist {mscalib}R Documentation

Write massvectorlist

Description

Write massvectorlist to File

Usage

## S3 method for class 'massvectorlist':
writeF(object,path,file=experiment(object),ext="txt",...)

Arguments

...
ext file extension. default txt.
file file name. default experiment(object)
object massvectorlist.
path path to directory.

Details

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/.

Author(s)

Witold Wolski wolski@molgen.mpg.de

See Also

readF.massvectorlist, readF.massvector,


[Package Contents]