SNRxcms | R Documentation |
This function calculates S/N values using a method suggested in the xcms paper (Tautenhahn, 2008).
SNRxcms(int)
int |
a vector of intensities corresponding to the vector of retention times for the chromatographic peak. |
S/N value
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")}.
data(peak_spline)
int <- peak_spline[, 2]
SNRxcms(int)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.