Description Usage Arguments Author(s) See Also Examples
Creates a HeatMap graph using the 'heatmap.2' function
1 | HeatMapMicroRna(object, size, maintitle)
|
object |
A expression Matrix |
size |
number of highest variance genes to be considered in the plot |
maintitle |
title of the plot |
Pedro Lopez-Romero
heatmap.2
1 2 3 4 | data(ddPROC)
HeatMapMicroRna(ddPROC$TGS,
size=100,
maintitle="100 High Var genes")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.