Description Usage Arguments Value See Also Examples
ggplot based dendrogram plot
| 1 | plot_dendro(x, title = "", labels.colname = NULL, colors.colname = NULL)
 | 
| x | ExpressionSet, required | 
| title,  | character vector with title of the plot, optional | 
| labels.colname | character vector of length one with column id of categorical labels, required | 
| colors.colname | character vector of length one with column id of categorical colors, required | 
dendrogram plot with categorical labels and colors
ggdendro which this function modifies
| 1 | plot_dendro <- function(eset, title="mydendrogram", labels.colname="age", colors.colname="genotype")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.