dbImporter | R Documentation |
Title Import metabolomics database which saved in xlsx file and screen the database by ion mode and CE voltage.
dbImporter(dbFile, ionMode, CE = "all")
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) |
dbData
dbData <- dbImporter(
dbFile=system.file("extdata/database", "MetEx_MSMLS.xlsx", package = "MetEx"),
ionMode='P',
CE="all")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.