| getAutoPeaks {Autotuner} | R Documentation |
This function returns the list of numerics stored within the 'peaks' slot of the Autotuner Object
getAutoPeaks(Autotuner)
Autotuner |
An AutoTuner object. |
The content of the peaks slot
Autotuner <- readRDS(system.file("extdata/Autotuner.rds",
package="Autotuner"))
intensity <- getAutoPeaks(Autotuner)