View source: R/get_LD_blocks.R
get_LD_blocks | R Documentation |
Identify the LD block in which the lead SNP resides.
get_LD_blocks(
query_dat,
ss,
stats = c("R.squared", "D.prime"),
pct = 0.15,
verbose = TRUE
)
query_dat |
SNP-level data table. |
ss |
snpStats object or LD matrix containing r or r2 values. |
stats |
a character vector specifying the linkage disequilibrium
measures to be calculated (using the |
pct |
minimum percentage of points for the plateau selection in
capushe selection. See |
verbose |
Print messages. |
A list with the input data and LD matrix (r2).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.