flattenRegion | R Documentation |
Attempts to a single or multiple genomic ranges into a single plotting window.
flattenRegion(region, object)
## S4 method for signature 'NULL,GenomicRanges'
flattenRegion(region, object)
## S4 method for signature 'NULL,GenomicRangesList'
flattenRegion(region, object)
## S4 method for signature 'NULL,GInteractions'
flattenRegion(region, object)
## S4 method for signature 'GRanges,ANY'
flattenRegion(region, object)
## S4 method for signature 'GInteractions,ANY'
flattenRegion(region, object)
region |
GRanges: region(s) to be plotted. |
object |
GenomicRanges: data to be plotted. |
GRanges of length 1.
# TBA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.