plotRegionGeneAssociations-GreatObject-method | R Documentation |
Plot region-gene associations
## S4 method for signature 'GreatObject'
plotRegionGeneAssociations(object, term_id = NULL, which_plot = 1:3)
object |
A |
term_id |
Term ID. |
which_plot |
Which plots to draw? The value should be in |
There are following figures:
Association between regions and genes (which_plot = 1
).
Distribution of distance to TSS (which_plot = 2
).
Distribution of absolute distance to TSS (which_plot = 3
).
obj = readRDS(system.file("extdata", "GreatObject.rds", package = "rGREAT"))
plotRegionGeneAssociations(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.