clusterPlot | R Documentation |
Clustering of the samples based on VST- or rlog-counts (if use of DESeq2) or cpm-counts (if use of edgeR)
clusterPlot(counts.trans, group, outfile = TRUE, ggplot_theme = theme_gray())
counts.trans |
a matrix a transformed counts (VST- or rlog-counts if use of DESeq2 or cpm-counts if use of edgeR) |
group |
factor vector of the condition from which each sample belongs |
outfile |
TRUE to export the figure in a png file |
ggplot_theme |
ggplot2 theme function ( |
A file named cluster.png in the figures directory with the dendrogram of the clustering
Marie-Agnes Dillies and Hugo Varet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.