Find top variants in a gene region that satisfy a MAF cutoff;
1 2 | find.top.variant(candidate.variant.vec, window.size, singlevar.result,
pval.cutoff = 3.1e-07)
|
window.size |
The size of window, default is 1e6 |
singlevar.result |
Single varinat association results; |
pval.cutoff |
The cutoffs of p-values; |
candidate.vairant.vec |
The vector of candidate variant; |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.