writeMSnsetToExcel: This function exports a 'MSnSet' object to a Excel file.

Description Usage Arguments Value Author(s) Examples

View source: R/inOutFiles.R

Description

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.

Usage

1
writeMSnsetToExcel(obj, filename)

Arguments

obj

An object of class MSnSet.

filename

A character string for the name of the Excel file.

Value

A Excel file (.xlsx)

Author(s)

Samuel Wieczorek

Examples

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")

DAPAR documentation built on April 11, 2021, 6 p.m.