Description Usage Arguments Value Examples
Title Import metabolomics database which saved in xlsx file and screen the database by ion mode and CE voltage.
1 | 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
1 2 3 4 | dbData <- dbImporter(
dbFile=system.file("extdata/database", "example_database.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.