View source: R/construct_massbank_database.R
construct_massbank_database | R Documentation |
Construct MS2 spectra database according to mzXML data and compound information table (csv format).
construct_massbank_database( file, only.remain.ms2 = TRUE, path = ".", version = "0.0.1", source = "MassBank", link = "https://massbank.eu/MassBank/", creater = "Xiaotao Shen", email = "shenxt1990@163.com", rt = FALSE, threads = 5 )
file |
The file name of MassBank or MoNA database (mgf format). |
only.remain.ms2 |
Only remain the metabolites with MS2 spectra? |
path |
Work directory. |
version |
The version of you database. Default is 0.0.1. |
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. |
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/metID/articles/metID.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.