Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/auxillary-functions-annotation.R
Internal function that can draw gene regions on pre-specified surfaces. Necessary for the genomic-location plots.
1 | decorateWithExons(x, exonsInRegion, xlim, ylim, chromosome)
|
x |
|
exonsInRegion |
|
xlim |
xlim values for the pre-specified surface |
ylim |
ylim values for the pre-specified surface |
chromosome |
character |
The main intention of this function is to be used when plotting several bar plots in the same window. This function add gene regions under the bars.
decorateWithExons
returns nothing, but draws genes
Jesper R. Gadin, Lasse Folkersen
The locationplot
which is uses this
function internally.
The decorateWithGenes
which is
another similar function that locationplot
uses internally.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.