Description Usage Arguments Value Author(s) Examples
Create and draw a sample-to-sample heatmap using the metric distances.
1 | draw_heatmap(hlaMetric, ...)
|
hlaMetric |
an object of class |
... |
arguments passed to the |
A Heatmap-class
object.
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 sample-to-sample heatmap
draw_heatmap(hammingMetric)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.