Description Usage Arguments Value
Find SNPs that "tag" groups of correlated SNPs by cutting a hierarchical clustering tree at the specified threshold.
1 | prune_tags(genotypes_1, genotypes_2 = NULL, threshold = 0.9)
|
genotypes_1 |
Genotype matrix, with SNP identifiers as column names. |
genotypes_2 |
Optional second genotype matrix, useful to jointly select
tag SNPs for |
threshold |
Correlation (height) at which to cut the hierarchical clustering tree. |
Character vector of tag SNP identifiers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.