| 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
-
CTLscan- Main function to scan for CTL -
CTLsignificant- Significant interactions from aCTLscan -
CTLnetwork- Create a CTL network from aCTLscan -
image.CTLobject- Heatmap overview of aCTLscan -
plot.CTLscan- Plot the CTL curve for a single trait
Examples
#TODO
[Package ctl version 1.0.0-10 Index]