writeMSnsetToExcel {DAPAR} | 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")) utils::data(Exp1_R25_pept, package='DAPARdata') obj <- Exp1_R2_pept[1:1000] writeMSnsetToExcel(obj, "foo")