SNRxcms: SNR xcms

View source: R/SNRxcms.R

SNRxcmsR Documentation

SNR xcms

Description

This function calculates S/N values using a method suggested in the xcms paper (Tautenhahn, 2008).

Usage

SNRxcms(int)

Arguments

int

a vector of intensities corresponding to the vector of retention times for the chromatographic peak.

Value

S/N value

References

Tautenhahn, R., Böttcher, C. and Neumann, S. (2008). Highly sensitive feature detection for high resolution LC/MS. BMC bioinformatics, 9(1), 1-16, \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1186/1471-2105-9-504")}.

Examples

data(peak_spline)
int <- peak_spline[, 2]
SNRxcms(int)

IDSL.IPA documentation built on June 7, 2023, 6:01 p.m.

Related to SNRxcms in IDSL.IPA...