View source: R/internalProcessing.R
peakdetection | R Documentation |
peak-pick based on previous EIC clusters generated by clustering
peakdetection(
msobject,
minpeak,
drtminpeak,
drtmaxpeak,
drtgap,
recurs,
weight,
ended,
sb,
sn,
minint,
mslevel,
cE
)
msobject |
msobject generated by clustering |
minpeak |
minimum number of measures to define a peak |
drtminpeak |
minimum RT length of a peak |
drtmaxpeak |
maximum RT length of a peak |
drtgap |
maximum RT gap to be filled |
recurs |
maximum number of peaks for a EIC |
weight |
weight for assigning measurements to a peak |
ended |
number of failures allowed when detecting peaks |
sb |
signal-to-base ration |
sn |
signal-to-noise ratio |
minint |
minimum intensity |
mslevel |
info to access msobject |
cE |
info to access msobject |
msobject
M Isabel Alcoriza-Balaguer <maribel_alcoriza@iislafe.es>
Peak-picking algorithm has been imported from enviPick R-package: https://cran.r-project.org/web/packages/enviPick/index.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.