HeatMapMicroRna {AgiMicroRna}R Documentation

HeatMap

Description

Creates a HeatMap graph using the 'heatmap.2' function

Usage

HeatMapMicroRna(object, size, maintitle)

Arguments

object

A expression Matrix

size

number of highest variance genes to be considered in the plot

maintitle

title of the plot

Author(s)

Pedro Lopez-Romero

See Also

heatmap.2

Examples

	data(ddPROC)
        HeatMapMicroRna(ddPROC$TGS,
		size=100,
        	maintitle="100 High Var genes")

[Package AgiMicroRna version 2.44.0 Index]