Description Usage Arguments Value Author(s) Examples
View source: R/plotDendrogram.R
Plots a dendrogram
1 | plotDendrogram(DivMetric, colorLabels)
|
DivMetric |
The input data (see example). |
colorLabels |
A color label with the dimension of the columns. |
A dendrogram.
Djork-Arne Clevert okko@clevert.de and Andreas Mitterecker mitterecker@bioinf.jku.at
1 2 3 4 5 | load(system.file("exampleData/normData.RData", package = "cn.farms"))
x <- assayData(normData)$intensity[, 1:3]
y <- distributionDistance(x)
attr(y, "Labels") <- substr(sampleNames(normData), 1, 7)
plotDendrogram(y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.