
Match Features by m/z and Retention Time
Source:R/masstools_compat.R, R/masstools_match_mz_rt.R
match_mz_rt.RdMatch Features by m/z and Retention Time
Match Features by m/z and Retention Time
Usage
# S3 method for class 'data.frame'
match_mz_rt(
data1,
data2,
mz.tol,
rt.tol = 30,
rt.error.type = c("relative", "abs")
)
# S3 method for class 'matrix'
match_mz_rt(
data1,
data2,
mz.tol,
rt.tol = 30,
rt.error.type = c("relative", "abs")
)
match_mz_rt(
data1,
data2,
mz.tol = 10,
rt.tol = 30,
rt.error.type = c("abs", "relative")
)