mod_identify_all | R Documentation |
Function to identify metabolites using multiple databases at once. This function was modified from the package metid
mod_identify_all(
ms1.data,
ms2.data,
db_dir,
parameter.list,
process_ms2 = FALSE
)
ms1.data |
A data.frame containing the columns 'FeatureID', 'mzmed' and 'rtmed' |
ms2.data |
An MSpectra object containing MS2 data |
db_dir |
Path where the databases are stored |
parameter.list |
A list containing the parameters to process each database. Parameters must be created using metid::metIdentifyParam() |
A list of mzIdentifyClass objects with the annotation results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.