Perform LD pruning of summary statistics before they are used in gene set enrichment analyses.
adjLD(
stat = NULL,
statistics = "p-value",
Glist = NULL,
r2 = 0.9,
ldSets = NULL,
threshold = 1,
method = "pruning"
)
vector or matrix of single marker statistics (e.g. coefficients, t-statistics, p-values)
is the type of statistics used in stat (e.g. statistics="p-value")
list providing information about genotypes stored on disk
threshold for r2 used in LD pruning
list of marker sets - names corresponds to row names in stat
p-value threshold used in LD pruning
used including method="pruning" which is default or "clumping"