cr_enriched_heatmap_at_gene: Visualizing enrichment for epigenomic signals at gene body

Description Usage Arguments Details Value Author(s) Examples

View source: R/correlated_regions_enrichedheatmap.R

Description

Visualizing enrichment for epigenomic signals at gene body

Usage

1
2
cr_enriched_heatmap_at_gene(cr, txdb, expr, cgi, K = 1, marks = NULL,
    extend = 5000, expr_ha)

Arguments

cr

correalted regions

txdb

transcriptome annotation which was used in correlated_regions

expr

expression matrix which was used in correlated_regions

cgi

CpG island, a GRanges object

K

which k-means cluster which is generated by cr_enriched_heatmap

marks

names of histone marks, should be supported in chipseq_hooks

extend

base pairs extended to upstream and downstream

expr_ha

a HeatmapAnnotation class object.It is used for the expression heatmap

Details

There are several heatmaps visualize various signals enriched at gene body

There are following heatmaps:

If there are more than 12 heatmaps, they will be put into two pages.

Heatmaps are split into three sub-clusters by k-means clustering on the mean methylation matrix. If there are two subgroups in all samples, each subcluster are split by high expression/low expression in subgroup 1. In each high expression/low expression, rows are split by the k-means clusters calculated in cr_enriched_heatmap. Finally, rows are clustered by mean methylation matrix.

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.