Description Usage Arguments Details Value Author(s) Examples
View source: R/correlated_regions_global_vis.R
Visualize CR genes in gtrellis layout
1 | cr_genes_gtrellis(cr, txdb, expr)
|
cr |
correlated regions, should be returned by |
txdb |
transcriptome annotation which was used in |
expr |
expression matrix which was used in |
CR genes in k-means group 1 and 4 (which correspond to negative correlated gene body and positive correlated gene body) are visualized in gtrellis layout. Cytobands which are significantly overlapped by CR genes are highlighted. In gtrellis layout, there are following tracks:
rainfall plot for genes in k-means cluster 1. The y-axis corresponds to the minimal distance to neighbouring genes. The color of points corresponds to the epxression value (blue is low expression and red is high expression) and size of points corresponds to gene length.
a one row heatmap showing how much each cytoband is covered by CR genes in cluster 1.
rainfall plot for genes in k-means cluster 4
a one row heatmap showing how much each cytoband is covered by CR genes in cluster 4.
cytoband
A list of two elements which shows how each cytoband is overlapped by CR genes
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.