Description Usage Arguments Details Value Author(s) Examples
View source: R/correlated_regions_enrichedheatmap.R
Visualizing enrichment for epigenomic signals at TSS-CGIs
1 2 3 | cr_enriched_heatmap_at_genomic_features(cr, txdb, expr, gf,
fdr_cutoff = 0.05, meth_diff_cutoff = 0.1, marks = NULL, type = "neg", extend = 5000,
min_reduce = 1, min_width = 1000, nearest_by = "tss", expr_ha)
|
cr |
correalted regions |
txdb |
transcriptome annotation which was used in |
expr |
expression matrix which was used in |
gf |
genomic features, a |
fdr_cutoff |
cutoff for fdr |
meth_diff_cutoff |
cutoff for methylation difference. If there are no subgroup information or only one subgroup, |
marks |
names of histone marks, should be supported in |
type |
visualize negative correlated regions or positive correlated regions |
extend |
base pairs extended to upstream and downstream |
min_reduce |
base pairs for merging neighbouring regions |
min_width |
minimal width of regions |
nearest_by |
"tss" or "gene", how to connect genomic features to genes |
expr_ha |
a |
There are several heatmaps visualize various signals enriched at genomic features. After annotate to genes, in the extended regions, each region can only have one gene.
There are following heatmaps:
heatmap for gene expression
If cr
is returned form cr_enriched_heatmap
, there is a one column heatmap which shows the k-means cluters genes belong to
heatmap for significant correlated regions
a point plot showing region length
heatmap for correlation between methylation and gene expression
heatmap for mean methylation
heatmap for metnylation difference
heatmap for correlation, mean signal and signal difference for histone marks
If there are more than 12 heatmaps, they will be put into two pages.
Heatmaps are split into two 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 considering closeness of signals in the extended
gf regions.
no value is returned
Zuguang Gu <z.gu@dkfz.de>
1 2 | # There is no example
NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.