peakIden: Peak Identifier

Description Usage Arguments Value See Also Examples

View source: R/peakIden.R

Description

Identifies peaks in a vector of number above a defined threshold 'dThreshold'

Usage

1
peakIden(fSeq, dThreshold = NULL)

Arguments

fSeq

Numeric vector

dThreshold

Threshold for peak identification. Default = 1

Value

data.frame with following columns:

  1. peakNo

  2. lowerLimIx

  3. upperLimIx

  4. peakLengthIx

See Also

peakIdenSeq

Examples

1
2
x <- sample(0:5, 100, replace = TRUE, prob = c(5, rep(1, 5)))
peakIden(x)

DanielRivasMD/CopperGenomicFunctions documentation built on Nov. 19, 2021, 10:11 p.m.