getAutoPeaks {Autotuner}R Documentation

getAutoPeaks

Description

This function returns the list of numerics stored within the 'peaks' slot of the Autotuner Object

Usage

getAutoPeaks(Autotuner)

Arguments

Autotuner

An AutoTuner object.

Value

The content of the peaks slot

Examples

Autotuner <- readRDS(system.file("extdata/Autotuner.rds",
package="Autotuner"))
intensity <- getAutoPeaks(Autotuner)

[Package Autotuner version 1.0.1 Index]