filter_identification | R Documentation |
Filter identifications according to m/z error, RT error, MS similarity and total score.
filter_identification(
object,
ms1.match.ppm = 25,
rt.match.tol = 30,
ms2.match.tol = 0.5,
total.score.tol = 0.5
)
object |
A metIdentifyClass object. |
ms1.match.ppm |
MS1 match ppm. |
rt.match.tol |
RT match tolerance. |
ms2.match.tol |
MS2 match (MS2 similarity) tolerance. |
total.score.tol |
Total score tolerance. |
A new metIdentifyClass.
Xiaotao Shen xiaotao.shen@outlook.com
The example and demo data of this function can be found https://tidymass.github.io/metid/articles/metid.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.