heatmap_subgroup_specificity: Heatmap for visualizing subgroup specific genomic regions

Description Usage Arguments Details Value Author(s) Examples

View source: R/genomic_region_subgroup_specificity.R

Description

Heatmap for visualizing subgroup specific genomic regions

Usage

1
2
heatmap_subgroup_specificity(gr_list, genomic_features = NULL,
    ha = HeatmapAnnotation(subgroup = attr(gr_list, "subgroup")), ...)

Arguments

gr_list

a list of GRanges objects which is generated by subgroup_specific_genomic_regions

genomic_features

Genomic features that are used for annotating regions in gr_list, it should be a list or a single GRanges objects

ha

the default column annotation is the subgroups used in subgroup_specific_genomic_regions step. The value should be a HeatmapAnnotation-class object.

...

pass to draw,HeatmapList-method

Details

Columns are clustered within each subgroup and rows are clustered for each type of specificity.

Value

A HeatmapList-class object

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

1
2
# There is no example
NULL

jokergoo/epik documentation built on Sept. 28, 2019, 9:20 a.m.