ld_local | R Documentation |
clump function using local plink binary and ld reference dataset This function is modified from: https://github.com/MRCIEU/ieugwasr/blob/master/R/ld_clump.R
ld_local(dat, clump_kb = 250, clump_r2 = 0.1, clump_p1 = 1, bfile)
dat |
Dataframe. Must have a variant name column ( |
clump_kb |
Clumping window, default is |
clump_r2 |
Clumping r-squared threshold, default is |
clump_p1 |
Clumping sig level for index SNPs, default is |
bfile |
Path to the bed/bim/fam LD reference (e.g. "1kg.v3/EUR" for local 1000 EUR ref. population file). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.