View source: R/compute_LD_blocks.R
compute_LD_blocks | R Documentation |
Compute LD blocks using snpClust.
compute_LD_blocks(
x,
stats = c("R.squared", "D.prime"),
type = c("capushe", "bstick"),
k.max = NULL,
pct = 0.15,
verbose = TRUE
)
x |
either a genotype matrix of class
|
stats |
a character vector specifying the linkage disequilibrium
measures to be calculated (using the |
type |
model selection approach between slope heuristic
( |
k.max |
maximum number of clusters that can be selected. Default to
|
pct |
minimum percentage of points for the plateau selection in
capushe selection. See |
verbose |
Print messages. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.