writeMSnsetToExcel | R Documentation |
MSnSet
object to a Excel file.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.
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
Sys.setenv("R_ZIPCMD" = Sys.which("zip"))
data(Exp1_R25_pept, package="DAPARdata")
obj <- Exp1_R25_pept[seq_len(10)]
writeMSnsetToExcel(obj, "foo")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.