getAutoIntensity {Autotuner} | R Documentation |
This function is designed to return the list intensities obtained from applying the sliding window analysis to the raw data stored within an AutoTuner object.
getAutoIntensity(Autotuner)
Autotuner |
An AutoTuner object. |
The content of the intensity slot
Autotuner <- readRDS(system.file("extdata/Autotuner.rds", package="Autotuner")) intensity <- getAutoIntensity(Autotuner)