Transform old style identification table to new style. [Deprecated]

trans2newStyle(identification.table)

Arguments

identification.table

Identification table from getIdentificationTable or getIdentificationTable2.

Value

A identification table (data.frame).

See also

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

Author

Xiaotao Shen shenxt1990@163.com

Examples

data("annotate_result", package = "metID")
annotation_table <- 
get_identification_table(annotate_result, candidate.num = 3, type = "old")
annotation_table <- trans2newStyle(annotation_table)
#> `trans2newStyle()` is deprecated, use `trans_to_new_style()`.