ld_clump_local {ieugwasr} | R Documentation |
Wrapper for clump function using local plink binary and ld reference dataset
Description
Wrapper for clump function using local plink binary and ld reference dataset
Usage
ld_clump_local(dat, clump_kb, clump_r2, clump_p, bfile, plink_bin)
Arguments
dat |
Dataframe. Must have a variant name column ( |
clump_kb |
Clumping kb window. Default is very strict, |
clump_r2 |
Clumping r2 threshold. Default is very strict, |
clump_p |
Clumping sig level for index variants. Default = |
bfile |
If this is provided then will use the API. Default = |
plink_bin |
Specify path to plink binary. Default = |
Value
data frame of clumped variants
[Package ieugwasr version 1.0.1 Index]