R/deprecated_functions.R
filterIden.Rd
filterIden(
object,
ms1.match.ppm = 25,
rt.match.tol = 30,
ms2.match.tol = 0.5,
total.score.tol = 0.5
)
A metIdentifyClass object.
MS1 match ppm.
RT match tolerance.
MS2 match (MS2 similarity) tolerance.
Total score tolerance.
A new metIdentifyClass.
The example and demo data of this function can be found https://jaspershen.github.io/metID/articles/metID.html
data("annotate_result", package = "metID")
annotate_result2 <- filterIden(annotate_result, rt.match.tol = 5)
#> `filterIden()` is deprecated, use `filter_identification()`.