Description Usage Arguments Value Examples
View source: R/ggplot2_dendrogram.R
Hierarchical clustering from a matrix using ggplot2 and ggdendro
1 | ggplot2_dendrogram(data, title, samples, expGroups)
|
data |
(compulsory) either a matrix, a DESeqTransform or a DESeqDataSet object. |
title |
(optional) main title of the plot and the name of the file. Default: time stamp. |
samples |
(optional) vector containing the sample names. Default: column names of data. |
expGroups |
(optional) vector containing the name of the experimental expGroups (same order as in the columns of data). no default |
a PDF file.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.