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.
See Also
CTLscan
- Main function to scan for CTL
CTLsignificant
- Significant interactions from a CTLscan
CTLnetwork
- Create a CTL network from a CTLscan
image.CTLobject
- Heatmap overview of a CTLscan
plot.CTLscan
- Plot the CTL curve for a single trait