View source: R/clump.markers.r
clump.markers | R Documentation |
clumpMarkers
implements clumping procedure (as described in PLINK documentation) on
a gwaa.data-class
object.
clump.markers(data, gwas.result, chr = 1, bp.dist = 250000, p1 = 1e-04,
p2 = 0.01, r2 = 0.5, image = F, verbose = F)
data |
data object in |
gwas.result |
|
chr |
chromosome to be clumped, |
bp.dist |
threshold for inter-marker distance, |
p1 |
threshold for index markers, |
p2 |
threshold for clumping, |
r2 |
threshold for LD, |
image |
a logical indicating whether to plot clumping results or not, |
verbose |
a logical indicating whether to print clumping results as it proceeds |
a list of clumps
Marcin Kierczak <Marcin.Kierczak@imbim.uu.se>
http://pngu.mgh.harvard.edu/~purcell/plink/clump.shtml
## Not run:
clumps <- clump.markers(data.qc0, gwas.result = an0, chr = 6, bp.dist = 250e3, p1 = 0.0001, p2 = 0.01, r2 = 0.5, image=T)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.