Clumping procedure performed on SNPs, columns of matrix X, from
object of class screeningResult,
which is an output of function screen_snps.
SNPs are clustered based on their correlations. For details see package vignette.
clump_snps(screenResult, rho = 0.5, pValues = NULL, verbose = TRUE)object of class clumpingResult.
See the class documentation for details.
object of class screeningResult.
numeric, minimal correlation between two SNPs to be assigned to one clump.
numeric vector, p-values for SNPs computed outside geneSLOPE, eg. with EMMAX.
logical, if TRUE (default) progress bar is shown.