View source: R/deprecated_functions.R
getIdentificationTable | R Documentation |
Get identification table from a metIdentifyClass object. \lifecycledeprecated
getIdentificationTable(..., candidate.num = 3, type = c("old", "new"))
... |
One or multiple metIdentifyClass objects. |
candidate.num |
The number of candidates. |
type |
The type of identification table. |
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") annotation_table <- getIdentificationTable(annotate_result, candidate.num = 3, type = "old") annotation_table annotation_table <- getIdentificationTable(annotate_result, candidate.num = 3, type = "new") annotation_table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.