Description Usage Arguments Examples
Writes MSnSet as three tables: expression, features and phenotypes. The format is tab-delimited text.
1  | msnset2txt(m, prefix = NULL, sig.dig = 3, drop = NULL)
 | 
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"  | 
1 2 3 4 5  | ## Not run: 
data(srm_msnset)
msnset2txt(msnset)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.