get_identification_table: Get identification table from a metIdentifyClass object

View source: R/get_identification_table.R

get_identification_tableR Documentation

Get identification table from a metIdentifyClass object

Description

Get identification table from a metIdentifyClass object. \lifecyclematuring

Usage

get_identification_table(..., candidate.num = 3, type = c("old", "new"))

Arguments

...

One or multiple metIdentifyClass objects.

candidate.num

The number of candidates.

type

The type of identification table.

Value

A identification table (data.frame).

Author(s)

Xiaotao Shen shenxt1990@163.com

See Also

The example and demo data of this function can be found https://jaspershen.github.io/metID/articles/metID.html

Examples

data("annotate_result", package = "metID")
annotation_table <-
get_identification_table(annotate_result, candidate.num = 3, type = "old")
annotation_table
annotation_table <-
get_identification_table(annotate_result, candidate.num = 3, type = "new")
annotation_table

jaspershen/metID documentation built on July 31, 2022, 11:31 p.m.