Description Usage Arguments Value
Clumps data, then maps those to LD representative regions. Within each detected LD representative region, fine mapping is performed
1 2 3 4 5 6 7 8 9 10 11 | susieR_pipeline(
vcffile,
bfile,
plink_bin,
pop,
threads = 1,
clump_kb = 1000,
clump_r2 = 0.001,
clump_p = 5e-08,
...
)
|
vcffile |
Path to vcf file |
bfile |
Path to ld reference panel |
plink_bin |
Path to plink |
pop |
EUR, ASN or AFR |
clump_kb |
<what param does> |
clump_r2 |
<what param does> |
clump_p |
<what param does> |
... |
Optional arguments to be passed to susie_rss |
List
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.