aMatrix: plot matrix values

Description Usage Arguments

View source: R/aheatmap.R

Description

We may need to plot correlation, expression matrix and so on which is not large. We thus can show the actual value. No clustering is needed.

Usage

1
2
aMatrix(mat, color = bluered(50), display_numbers = TRUE, scale = "none",
  isint = FALSE, ...)

Arguments

mat

a matrix to be plotted

color

color pallete ( a vector of colors)

display_numbers

whether to display numbers

scale

ways to scale the values

...

additional parameters to be passed to aheatmap (pheatmap)


nickytong/GenAnalysis documentation built on July 20, 2019, 8:57 a.m.