HeatMapMicroRna {AgiMicroRna} | R Documentation |
Creates a HeatMap graph using the 'heatmap.2' function
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
data(ddPROC) HeatMapMicroRna(ddPROC$TGS, size=100, maintitle="100 High Var genes")