View source: R/calc_functions.R
| TPR_WS | R Documentation |
Computes True Positive Rate using base-pair window as proximity measure.
TPR_WS(model, truth, mapmat, winsize = 1000)
model |
Integer vector of selected SNP indices. |
truth |
Integer vector of true causal SNP indices. |
mapmat |
Map matrix with chromosome and position columns. |
winsize |
Window size in base pairs (default 1000). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.