Perform LD pruning of summary statistics before they are used in gene set enrichment analyses.
adjLD(
stat = NULL,
Glist = NULL,
chr = NULL,
statistics = "p-value",
r2 = 0.9,
ldSets = NULL,
threshold = 1,
method = "pruning"
)
a data frame with marker summary statistics (see required format above)
list of information about genotype matrix stored on disk
chromosome(s) being processed
specificy what type of statistics ("b" or "z") is being processed (default is "b")
threshold used in clumping/pruning procedure (default is 0.9)
list of marker sets - names corresponds to row names in stat
p-value threshold used in LD pruning
method used in adjustment for linkage disequilibrium (default is "clumping")