Dulce_pickGroupPeaks | R Documentation |
This function picks and groups peaks using the findChromPeaks()
and groupChromPeaks()
functions from the xcms
package.
Dulce_pickGroupPeaks(data, cwp = NULL, pdp = NULL, return_everything = F)
data |
|
cwp |
|
pdp |
|
return_everything |
Logical value. |
If return_everything
is set to FALSE (default), a XCMSnExp
object is
returned. If TRUE, a list with (1) XCMSnExp
object, (2) chromPeaks data.frame
and (3) featureDefinitions data.frame, is returned.
# Examples have to be made with a toy data object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.