Description Usage Arguments Value Author(s) See Also
View source: R/databaseConstruction.R
Construct MS2 spectra database according to mzXML data and compound information table (csv format).
1 2 3 4 5 6 | databaseConstruction(path = ".", version = "0.0.1",
metabolite.info.name = "metabolite.info.csv",
source = "Michael Snyder Lab",
link = "http://snyderlab.stanford.edu/", creater = "Xiaotao Shen",
email = "shenxt1990@163.com", rt = TRUE, mz.tol = 15,
rt.tol = 30, threads = 3)
|
path |
Work directory. |
version |
The version of you database. Default is 0.0.1. |
metabolite.info.name |
The metabolite information table name, it must be csv format. The demo data can be got from the 'demoData' package. Please see https://jaspershen.github.io/metIdentify/articles/metIdentify.html |
source |
The source of your database. |
link |
Website link of the source. |
creater |
Creater name. For example, Xiaotao Shen. |
email |
email address. |
rt |
Do the metabolites have RT information or not?. If not, set it as FALSE. |
mz.tol |
m/z tolerance for the match between metabolites and precursor m/z of MS2 spectra. |
rt.tol |
RT tolerance for the match between metabolites and precursor m/z of MS2 spectra. |
threads |
The number of threads |
A databaseClass object.
Xiaotao Shen shenxt1990@163.com
The example and demo data of this function can be found https://jaspershen.github.io/metIdentify/articles/metIdentify.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.