Description Usage Arguments Value Slots Author(s) References See Also Examples
View source: R/pre_processing.R
The method creates a template with the parameters for correspondence.
Extracted from the function xcms::PeakDensityParam
.
1 |
... |
Arguments passed on to
|
PeakDensityParam S4 object
.__classVersion__,sampleGroups,bw,minFraction,minSamples,binSize,maxFeatures
See corresponding parameter above. .__classVersion__
stores
the version from the class. Slots values should exclusively be accessed
via the corresponding getter and setter methods listed above.
Colin Smith, Johannes Rainer
Colin A. Smith, Elizabeth J. Want, Grace O'Maille, Ruben Abagyan and Gary Siuzdak. "XCMS: Processing Mass Spectrometry Data for Metabolite Profiling Using Nonlinear Peak Alignment, Matching, and Identification" Anal. Chem. 2006, 78:779-787.
The do_groupChromPeaks_density()
core API function and group.density()
for the old user interface.
plotChromPeakDensity()
to plot peak densities and evaluate different
algorithm settings.
featureDefinitions()
and featureValues()
for methods to access the
features (i.e. the peak grouping results).
XCMSnExp for the object containing the results of the correspondence.
plotChromPeakDensity()
for plotting chromatographic peak density with the
possibility to test different parameter settings.
Other peak grouping methods:
groupChromPeaks-mzClust
,
groupChromPeaks-nearest
,
groupChromPeaks()
1 | p <- PeakDensityPar(sampleGroups = c(1,2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.