extract_anno_enriched {EnrichedHeatmap}R Documentation

Extarct enrichment annotation graphic as a separate plot

Description

Extarct enrichment annotation graphic as a separate plot

Usage

extract_anno_enriched(ht_list, which = NULL, newpage = TRUE)

Arguments

ht_list

the heatmap list returned by draw,EnrichedHeatmapList-method

which

the index of enriched heamtap in the heatmap list. The value can be an integer index or a character index (which are names of heatmaps)

newpage

whether call grid.newpage to create a new page

Details

The extracted plot is exactly the same as that on the heatmap.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

# There is no example
NULL


[Package EnrichedHeatmap version 1.12.0 Index]