findPeaks
is the generic method.
xcmsRaw-class
object
findPeaks(object, ...)
method
argument. For example to use the matched filter
approach described by Smith et al (2006) one would use:
findPeaks(object, method="matchedFilter")
. This is also
the default. Further arguments given by ...
are
passed through to the function implementing
the method
.
A character vector of nicknames for the
algorithms available is returned by
getOption("BioC")$xcms$findPeaks.methods
.
If the nickname of a method is called "centWave",
the help page for that specific method can
be accessed with ?findPeaks.centWave
.
findPeaks.matchedFilter
findPeaks.centWave
xcmsRaw-class