Description Usage Arguments Value Author(s) Examples
This function creates and draws a dendrogram using the
metric distances from an hlaMetric
object.
1 | draw_dendrogram(hlaMetric, as.phylo = FALSE, ...)
|
hlaMetric |
an object of class |
as.phylo |
a |
... |
arguments passed to the |
NULL
Santiago Medina, Astrid DeschĂȘnes, Pascal Belleau
1 2 3 4 5 6 7 8 | ## Load example dataset
data(demoHLADataset)
## Calculate Hamming distance metric
hammingMetric <- calculateHamming(demoHLADataset)
## Create dendrogram
draw_dendrogram(hammingMetric)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.