Description Usage Arguments Details Value Author(s) Examples
Selects subset of markers so that all excluded markers are within threshold physical distance of included markers.
1 | prune.distance(chr, pos, pval, win.size = 500000)
|
chr |
A vector of chromosome locations |
pos |
A vector of position (on chromosome) locations |
pval |
A vector of p-values to order by |
win.size |
Threshold distance |
The pruning is done so that prune is TRUE only if there is no smaller
P-value within win.size
distance.
A logical vector.
Toby Johnson Toby.x.Johnson@gsk.com
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.