Description Usage Arguments Value Author(s)
View source: R/Methods-MetabolomicsSet-IO.R
This funciton reads the West Coast Metabolomics Center style data spreadsheet into a MetabolomicsSet object, by specifying the range of the conc_table, sample_table, and feature_data.
1 2 | import_wcmc_excel(file, sheet, conc_range, sample_range, feature_range,
InChIKey = NULL, experiment_type = "metabolomics")
|
file |
A character string to the path of the file. |
sheet |
A character string indicates the name of the sheet. |
conc_range |
A character string indicatss the cell range of
|
sample_range |
A character string indicates the cell range of the
|
feature_range |
A character string indicates the cell range of the
|
A MetabolomcisSet-class
object
Chenghao Zhu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.