Extract the identifications from multiple results of `identify_metabolite_all()`. [Maturing]

get_identification_table_all(
  ...,
  candidate.num = 1,
  level_condition = c(`mz&rt&ms2` = 1, `mz&rt` = 2, `mz&ms2` = 2, mz = 3)
)

Arguments

...

One or multiple results from `identify_metabolite_all()`.

candidate.num

candidate.num

level_condition

Condition for level assign.

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