pickingPeaks | R Documentation |
pickingPeaks
pickingPeaks(
df,
col = "mz",
signalPercentage = 10,
nPoints = 0,
refineMz = "descendPeak",
method = "MAD"
)
df |
a dataframe containing two columns: "mz" and "intensity" corresponding respectively to abscissa and ordinates. |
col |
name of the column containing the abscissa ("mz" by default) |
signalPercentage |
of the centroid's intensity are used to calculate the refined m/z. By default the descend is stopped when the first signal that is equal or larger than the last observed one is encountered. |
nPoints |
n points required for smoothing (see sgolayfilt) |
refineMz |
"descendPeak" (see MSn base::pickPeaks) |
method |
"MAD" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.