getIdenInfo | R Documentation |
Get identification information from a metIdentifyClass object. \lifecycledeprecated
getIdenInfo(object, which.peak, database)
object |
A metIdentifyClass object. |
which.peak |
A peak name or "all". "all" means all peaks with identifications will be output. |
database |
Database used. |
A identification table (data.frame).
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") data("msDatabase_hilic0.0.2", package = "metID") peak_name <- which_has_identification(annotate_result) getIdenInfo(annotate_result, peak_name[1,1], database = msDatabase_rplc0.0.2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.