Learn R Programming

AgiMicroRna (version 2.22.0)

HeatMapMicroRna: 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

See Also

heatmap.2

Examples

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

Run the code above in your browser using DataLab