Description Usage Arguments Details Value See Also Examples
Printing method for annotated heatmaps
1 2 |
x |
an object of class |
... |
extra arguments, currently ignored |
A very simple printing method, displaying a minimum of information about dendrograms and annotation
x
is returned invisibly
annHeatmap
, annHeatmap2
, plot.annHeatmap
1 2 3 4 5 | set.seed(219)
mat = matrix(rnorm(100), ncol=5)
ann = data.frame(Class=c("A","A","B","A","B"))
map1 = annHeatmap(mat, ann)
map1
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.