import_wcmc_excel: Import West Coast Metabolomics Center data spreadsheet to a...

Description Usage Arguments Value Author(s)

View source: R/Methods-MetabolomicsSet-IO.R

Description

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.

Usage

1
2
import_wcmc_excel(file, sheet, conc_range, sample_range, feature_range,
  InChIKey = NULL, experiment_type = "metabolomics")

Arguments

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 conc_table, like "B3:D87".

sample_range

A character string indicates the cell range of the sample_table-class.

feature_range

A character string indicates the cell range of the feature_data-class.

Value

A MetabolomcisSet-class object

Author(s)

Chenghao Zhu


zhuchcn/Metabase documentation built on July 23, 2019, 1:36 p.m.