trans_to_new_style: Transform old style identification table to new style

View source: R/get_identification_table.R

trans_to_new_styleR Documentation

Transform old style identification table to new style

Description

Transform old style identification table to new style. \lifecyclematuring

Usage

trans_to_new_style(identification.table)

Arguments

identification.table

Identification table from get_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 <- trans_to_new_style(annotation_table)

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