decorateWithExons: decorateWithExons

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/auxillary-functions-annotation.R

Description

Internal function that can draw gene regions on pre-specified surfaces. Necessary for the genomic-location plots.

Usage

1
decorateWithExons(x, exonsInRegion, xlim, ylim, chromosome)

Arguments

x

ASEset object

exonsInRegion

GRanges object with generegions. Can be obtained using getExonsFromAnnotation. Must contain a column 'tx_name'

xlim

xlim values for the pre-specified surface

ylim

ylim values for the pre-specified surface

chromosome

character

Details

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.

Value

decorateWithExons returns nothing, but draws genes

Author(s)

Jesper R. Gadin, Lasse Folkersen

See Also

Examples

1

pappewaio/AllelicImbalance documentation built on April 11, 2020, 2:58 a.m.