Learn R Programming

ctl (version 1.0.0-0)

detect.peaks: 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.

Value

TODO

Details

TODO

References

TODO

See Also

Examples

Run this code
# NOT RUN {
  #TODO
# }

Run the code above in your browser using DataLab