detectPeaks: Detect Peaks

detectPeaksR Documentation

Detect Peaks

Description

Detect Peaks

Usage

detectPeaks(object, snthresh, peakwidth, parallel, cores)

## S4 method for signature 'SRM'
detectPeaks(object, snthresh, peakwidth, parallel = FALSE, cores = 4)

Arguments

object

a SRM object

snthresh

a numeric value for the signal-to-noise threshold to use

peakwidth

a numeric vector indicating the minimum and maximum tolerated peak width

parallel

logical; if TRUE then future_map is used for peak detection

cores

a numeric value for the number of parallel workers to enable, if parallel = TRUE

Value

a SRM object


wilsontom/sRm documentation built on Sept. 20, 2023, 7:19 a.m.