filter_adducts | R Documentation |
Filter adducts. \lifecyclematuring
filter_adducts(object, remove_adduct = NULL)
object |
metIdentifyClass. |
remove_adduct |
What adduct you want to remove from annotation result. Like '(M-H)-'. All the adduct list can be found here: data("hilic.pos", package = 'metID'), data("hilic.neg", package = 'metID'), data("rp.pos", package = 'metID'), data("rp.neg", package = 'metID'). |
A MS2 spectrum.
Xiaotao Shen shenxt1990@163.com
The example and demo data of this function can be found https://jaspershen.github.io/metID/articles/metID.html
data("annotate_result", package = "metID") peak_name <- which_has_identification(annotate_result) get_ms2_spectrum_from_object(annotate_result, peak_name[1,1])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.