writeMSnsetToCSV {DAPAR} | R Documentation |
This function exports a MSnset dataset into three csv files compressed in a zip file
writeMSnsetToCSV(obj, fname)
obj |
An object of class |
fname |
The name of the archive file. |
A compressed file
Samuel Wieczorek
utils::data(Exp1_R25_pept, package='DAPARdata') obj <- Exp1_R2_pept[1:1000] writeMSnsetToCSV(obj, "foo")