R/construct_database.R
construct_database.Rd
Construct MS2 spectra database according to mzXML data and compound information table (csv format).
construct_database(
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
)
Work directory.
The version of you database. Default is 0.0.1.
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/metID/articles/metID.html
The source of your database.
Website link of the source.
Creater name. For example, Xiaotao Shen.
email address.
Do the metabolites have RT information or not?. If not, set it as FALSE.
m/z tolerance for the match between metabolites and precursor m/z of MS2 spectra.
RT tolerance for the match between metabolites and precursor m/z of MS2 spectra.
The number of threads
A databaseClass object.
The example and demo data of this function can be found https://jaspershen.github.io/metID/articles/metID.html