Description Usage Arguments Value Note Author(s) See Also
Given a vector of scores and a threshold, this function finds all peaks that exceed the threshold.
1 |
score |
Numeric vector. |
threshold |
All values in |
offset |
Offset to add to the determined peak locations. |
sub |
Logical. If this is |
If sub = FALSE
a numeric vector giving the location of all peaks.
Otherwise a list with components
peaks |
The same peak locations that are returned for |
subPeaks |
A list with one component for each entry in ‘peaks’ giving the location of local maxima. |
This function is used by callBindingSites
for peak-calling.
Peter Humburg
callBindingSites
, startScore
, getCutoff
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.