plot_dendro: ggplot based dendrogram plot

Description Usage Arguments Value See Also Examples

Description

ggplot based dendrogram plot

Usage

1
plot_dendro(x, title = "", labels.colname = NULL, colors.colname = NULL)

Arguments

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

Value

dendrogram plot with categorical labels and colors

See Also

ggdendro which this function modifies

Examples

1
plot_dendro <- function(eset, title="mydendrogram", labels.colname="age", colors.colname="genotype")

hbc/CHBUtils documentation built on May 17, 2019, 3:07 p.m.