HeatMapMicroRna: HeatMap

Description Usage Arguments Author(s) See Also Examples

Description

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

Usage

1
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

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

AgiMicroRna documentation built on Nov. 8, 2020, 5:25 p.m.