detect.peaks {ctl}R Documentation

detect.peaks - Peak detection algorithm to 'flatten' data above a certain threshold

Description

Peak detection algorithm to 'flatten' data above a certain threshold

Usage

detect.peaks(data, chrEdges = c(1), threshold = 4, verbose = FALSE)

Arguments

data

A vector of scores per marker/locus.

chrEdges

Start positions of the chromosomes.

threshold

Threshold to determine regions.

verbose

Be verbose.

Details

TODO

Value

TODO

Note

TODO

Author(s)

Danny Arends Danny.Arends@gmail.com
Maintainer: Danny Arends Danny.Arends@gmail.com

References

TODO

See Also

Examples

  #TODO

[Package ctl version 1.0.0-10 Index]