get_iheatmap_data: get the data exactly same as the interactive heatmap

Usage Arguments Examples

Usage

1
get_iheatmap_data(iheatmap_object)

Arguments

iheatmap_object

Examples

1
2
3
4
5
6
7
8
##---- return the data for the interactive heatmap plot ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
IHeatMap_object<-IHeatMap(expression=expression,profile=profile)
iheatmap_object<-create_iheatmap (IHeatMap_object)
get_iheatmap_data (iheatmap_object)

harryjerryzhu/iheatmap documentation built on May 17, 2019, 3:02 p.m.