rmPeakList | R Documentation |
This function is useful when you want to change the parameters of the detect
peak function. First delete the peakList with rmPeakList
, and apply
detectPeak
with the new parameters.
rmPeakList(object)
object |
ptrSet object |
a ptrSet
library(ptairData)
dirRaw <- system.file("extdata/exhaledAir", package = "ptairData")
exhaledPtrset <- createPtrSet(dir=dirRaw, setName="exhaledPtrset",
mzCalibRef = c(21.022, 60.0525), fracMaxTIC = 0.7, saveDir = NULL )
exhaledPtrset <-rmPeakList(exhaledPtrset )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.