Description Usage Arguments Value
View source: R/peakCallFunctions.R
find significant z score windows keeping the max value without intersections
1 2 | get_disjoint_max_win(z0, sigwin = 20, nmax = Inf, zthresh = -Inf,
two_sided = FALSE, verbose = FALSE)
|
z0 |
Matrix containing z scores with bins as rows and windows size as columns. |
sigwin |
Integer indicating how many bins per fragment. |
nmax |
Integer indicating the maximum number of windows to return. |
zthresh |
Integer indicating the minimum z-score considered significant. |
two_sided |
not used argument. |
verbose |
verbose flag. |
a matrix of integer containing founded peaks
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.