getMS2spectrum2Object | R Documentation |
Get spectra of peaks from metIdentifyClass object. \lifecyclematuring
getMS2spectrum2Object(object, peak.name)
object |
metIdentifyClass. |
peak.name |
Peak name. |
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) getMS2spectrum2Object(annotate_result, peak_name[1,1])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.