draw.cbar: draw.cbar

Description Usage Arguments

Description

Add a color bar with additional information to the sides of the heatmap.

Usage

1
2
3
draw.cbar(..., side = 3, labels = T, pvalue = F,
  pvalue.method = "chisq", cex = 0.8, sep.outer = 0.02, sep.inner = 0.2,
  border = NA, lwd = 0.5)

Arguments

...

A list of set.color or color.cont objects

side

Integer. Default is 3. Add the color bar to a specific side of the heatmap.

labels

Boolean. Default is TRUE. Add labels to the colorbar.

pvalue

Boolean. Default is FALSE. If TRUE, adds a p-value calculated using the method specificied in the pvalue.method parameter.

pvalue.method

String. Default is "chisq". Tests association of information added to identifed clusters using this method.

cex

Integer. Text size. Default set to 0.8

sep.outer

Integer. Default is 0.2.

sep.inner

Integer. Default is 0.2.

border

String. Color border. Default is NA. Can be set to desired color.

lwd

Integer. Default is 0.5. Thickness of border.


cbsteen/clustermap documentation built on May 24, 2019, 1:35 a.m.