Description Usage Arguments Value Author(s) Examples
This function exports a MSnset dataset into three csv files compressed in a zip file
1 | writeMSnsetToCSV(obj, fname)
|
obj |
An object of class |
fname |
The name of the archive file. |
A compressed file
Samuel Wieczorek
1 2 3 | utils::data(Exp1_R25_pept, package='DAPARdata')
obj <- Exp1_R2_pept[1:1000]
writeMSnsetToCSV(obj, "foo")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.