Description Usage Arguments Details Value Author(s) Examples
View source: R/correlated_regions_sig_heatmap.R
Heatmaps for significant correlated regions
1 | sig_cr_heatmap(sig_cr, txdb, expr, ha = NULL, gf_list = NULL)
|
sig_cr |
significant correlated regions, should be processed by |
txdb |
transcriptome annotation which was used in |
expr |
expression matrix which was used in |
ha |
top annotation for the expression heatmap, should be constructed by |
gf_list |
a list of |
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.
heatmap for methylation (mean methylation in CR)
one column heatmap which shows the methylation difference
heatmap for gene expression
heatmap describing how genomic features overlap to correlated regions
if chipseq_hooks
$chromHMM is set and there are two subgroups, there is a heamtap showing the difference of the overlapping of different chromatin states in the two groups
a point plot showing the distance to nearest TSS
overlap to promoter/gene body/intergenic regions
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.
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.