Description Usage Arguments Value
Calculates tpr, number of true positives, number of false positives, and the false discovery proportion.
1 |
signal |
Intervals object giving regions of true signal |
discoveries |
Intervals object giving discoveries |
x |
vector of statistics. Provide with z and z0 in lieu of discoveries |
z |
vector of thresholds. Should be length of x |
z0 |
reference level for merging |
A list with elements:
tpr
True positive rate
nfp
Number of false positives
ntp
Number of true positives
fdp
False discover proportion nfp/(nfp + ntp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.