R/construct_mona_database.R
construct_mona_database.Rd
Construct MS2 spectra database according to mzXML data and compound information table (csv format).
construct_mona_database(
file,
only.remain.ms2 = TRUE,
path = ".",
version = "0.0.1",
source = "MoNA",
link = "https://mona.fiehnlab.ucdavis.edu/",
creater = "Xiaotao Shen",
email = "shenxt1990@163.com",
rt = FALSE,
threads = 5
)
The file name of MassBank or MoNA database (mgf format).
Only remain the metabolites with MS2 spectra?
Work directory.
The version of you database. Default is 0.0.1.
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.
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