trans2newStyle: Transform old style identification table to new style

trans2newStyleR Documentation

Transform old style identification table to new style

Description

Transform old style identification table to new style. \lifecycledeprecated

Usage

trans2newStyle(identification.table)

Arguments

identification.table

Identification table from getIdentificationTable or getIdentificationTable2.

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 <- trans2newStyle(annotation_table)

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