tag | R Documentation |
Uses complete linkage and the hclust
function to define clusters,
then cuts the tree at 1-tag.threshold
tag(r2, r2_threshold = 0.95, quiet = FALSE, method = "complete")
r2 |
matrix of rsquared values |
r2_threshold |
only 1 of a set of snps with r2 > r2_threshold will be kept |
quiet |
if FALSE (default), show progress messages |
method |
method used for heirarchical clustering. See hclust for options. |
character vector, names are snps
, values are the tag for each SNP
Chris Wallace
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.