runLDPruning | R Documentation |
TODO
runLDPruning( gds, method = "corr", listSamples = NULL, listKeep = NULL, slide.max.bp.v = 5e+05, ld.threshold.v = sqrt(0.1), np = 1, verbose.v = FALSE )
gds |
an object of class |
method |
the parameter method in SNPRelate::snpgdsLDpruning |
listSamples |
A |
listKeep |
the list of snp.id keep |
slide.max.bp.v |
TODO |
ld.threshold.v |
TODO |
np |
a single positive |
verbose.v |
a |
a list
of SNP IDs stratified by chromosomes as generated
by SNPRelate:snpgdsLDpruning()
.
Pascal Belleau, Astrid DeschĂȘnes and Alexander Krasnitz
## Path to the demo pedigree file is located in this package data.dir <- system.file("extdata", package="RAIDS") ## TODO gds <- "Demo GDS TODO"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.