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. Ensure that it is in the correct format.
List of information about the genotype matrix stored on disk.
Chromosome(s) being processed.
Specify what type of statistics ("b", "z", or "p-value") is being processed. Default is "p-value".
Threshold used in the clumping/pruning procedure. Default is 0.9.
List of marker sets - names correspond to row names in `stat`.
P-value threshold used in LD pruning.
Method used in adjustment for linkage disequilibrium. Options are "pruning" or "clumping". Default is "pruning".