decorateWithExons {AllelicImbalance} | R Documentation |
Internal function that can draw gene regions on pre-specified surfaces. Necessary for the genomic-location plots.
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.
data(ASEset)