sig_cr_heatmap: Heatmaps for significant correlated regions

Description Usage Arguments Details Value Author(s) Examples

View source: R/correlated_regions_sig_heatmap.R

Description

Heatmaps for significant correlated regions

Usage

1
sig_cr_heatmap(sig_cr, txdb, expr, ha = NULL, gf_list = NULL)

Arguments

sig_cr

significant correlated regions, should be processed by cr_reduce

txdb

transcriptome annotation which was used in correlated_regions

expr

expression matrix which was used in correlated_regions

ha

top annotation for the expression heatmap, should be constructed by HeatmapAnnotation

gf_list

a list of GRanges objects which are additional genomic features used as annotations

Details

There are several heatmaps showing associations between difference sources of datasets, each row in the heatmaps is a correlated region or other genomic association to this correlated region.

For the list heatmaps, rows are firstly split by negative correlation and positive correlation. In each sub cluster, it is split by k-means clustering (four groups), and in each k-means cluster, rows are ordered by hierarchical clustering.

There will also be plots showing general statistics for each annotation.

Value

No value is returned.

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.