dbImporter: Title Import metabolomics database which saved in xlsx file...

Description Usage Arguments Value Examples

View source: R/dbImporter.R

Description

Title Import metabolomics database which saved in xlsx file and screen the database by ion mode and CE voltage.

Usage

1
dbImporter(dbFile, ionMode, CE = "all")

Arguments

dbFile,

the xlsx file of metabolomics database with a changeless format.

ionMode,

screen the database by ion mode (P or N, others are not available)

CE,

screen the database by CE voltage (15, 30, 45 and 'all' are available)

Value

dbData

Examples

1
2
3
4
dbData <- dbImporter(
          dbFile=system.file("extdata/database", "example_database.xlsx", package = "MetEx"),
          ionMode='P',
          CE="all")

zhengfj1994/MeTEA documentation built on June 29, 2021, 5:21 a.m.