extract_anno_enriched {EnrichedHeatmap}R Documentation

Extarct Enrichment Annotation Graphics as a Separated Plot

Description

Extarct Enrichment Annotation Graphics as a Separated Plot

Usage

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

Arguments

ht_list

The heatmap list returned by draw,HeatmapList-method.

which

The index of enriched heatmap in the heatmap list. The value can be an integer index or a character index (the name of the heatmap).

newpage

Whether call grid.newpage to create a new page?

padding

Padding of the plot.

Details

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

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

# There is no example
NULL

[Package EnrichedHeatmap version 1.18.2 Index]