FDR_WS: FDR using window size
Description
Computes False Discovery Rate using base-pair window as proximity measure.
Usage
FDR_WS(model, truth, mapmat, winsize = 1000)
Arguments
- 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).