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