msnset2txt: Exporting MSnSet as text file

Description Usage Arguments Examples

View source: R/msnset2txt.R

Description

Writes MSnSet as three tables: expression, features and phenotypes. The format is tab-delimited text.

Usage

1
msnset2txt(m, prefix = NULL, sig.dig = 3, drop = NULL)

Arguments

m

MSnSet object

prefix

character. All three text file names will start with this prefix. By default, the R object name.

sig.dig

number of significant digits in expression data. Default is 3.

drop

currently either "features" or "samples"

Examples

1
2
3
4
5
## Not run: 
data(srm_msnset)
msnset2txt(msnset)

## End(Not run)

vladpetyuk/vp.misc documentation built on June 25, 2021, 6:35 a.m.