load_excel: Load metabolite data from an excel file

View source: R/data.R

load_excelR Documentation

Load metabolite data from an excel file

Description

Load metabolite data from an excel file

Usage

load_excel(
  path,
  data_sheet = NULL,
  feature_sheet = NULL,
  sample_sheet = NULL,
  featureID = "CHEM_ID",
  sampleID = "PARENT_SAMPLE_NAME"
)

Arguments

path

Path to the xls/xlsx file.

data_sheet

A integer of xlsx sheet number for metabolite measurements (peak area data or normalized data, sample [row] * feature [column])

feature_sheet

A integer of xlsx sheet number for metabolite annotation (chemical annotation)

sample_sheet

A integer of xlsx sheet number for sample annotation (sample meta data)

featureID

a character of the metabolite ID column (in feature file and the column names of data file), default: CHEM_ID (provided from Metabolon file)

sampleID

a character of the sample ID column (in sample file and the first column of data file), default: PARENT_SAMPLE_NAME (provided from Metabolon file)

Value

A Metabolite object with slots: assayData, featureData, and sampleData.


metabolomicsR documentation built on April 29, 2022, 9:05 a.m.