Description Usage Arguments Value Author(s) Examples
This function exports a MSnSet
data object to a Excel file.
Each of the three data.frames in the MSnSet
object (ie experimental data,
phenoData and metaData are respectively integrated into separate sheets in
the Excel file).
The colored cells in the experimental data correspond to the original missing values
which have been imputed.
1 | writeMSnsetToExcel(obj, filename)
|
obj |
An object of class |
filename |
A character string for the name of the Excel file. |
A Excel file (.xlsx)
Samuel Wieczorek
1 2 3 4 | Sys.setenv("R_ZIPCMD"= Sys.which("zip"))
utils::data(Exp1_R25_pept, package='DAPARdata')
obj <- Exp1_R2_pept[1:1000]
writeMSnsetToExcel(obj, "foo")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.