cr_enriched_heatmap: Visualize landscape of genome-wide correlations

Description Usage Arguments Details Value Author(s) Examples

View source: R/correlated_regions_global_vis.R

Description

Visualize landscape of genome-wide correlations

Usage

1
cr_enriched_heatmap(cr, txdb, expr, expr_ha, p_na = 0.25)

Arguments

cr

correlated regions

txdb

transcriptome annotation which was used in correlated_regions

expr

expression matrix which was used in correlated_regions

expr_ha

a HeatmapAnnotation object for the expression heatmap

Details

The landscape of genome-wide correlations is visualized by a list of heatmaps. Each row corresponds to a single gene:

K-means clustering with four groups is applied on the correlation matrix which has been normalized. The four row subclusters are ordered by mean correlation. So basically, the four groups correspond to negative gene body correlation, weak negative gene body correlation, weak positive gene body correlation and positive gene body correlation. For each subcluster, rows are clustered by the mean methylation matrix.

There is another plot which shows quantitative statistics in the four groups:

Value

An updated cr that includes the partitioning, this information is important for many downstream analysis. Users should update it by cr = cr_enriched_heatmap(cr, ...).

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.