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

View source: R/dbImporter.R

dbImporterR Documentation

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

Description

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

Usage

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

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

zhengfj1994/MetEx documentation built on Nov. 19, 2023, 1:34 p.m.