flattenRegion: Easy plotting region / window extraction.

flattenRegionR Documentation

Easy plotting region / window extraction.

Description

Attempts to a single or multiple genomic ranges into a single plotting window.

Usage

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)

Arguments

region

GRanges: region(s) to be plotted.

object

GenomicRanges: data to be plotted.

Value

GRanges of length 1.

Examples

# TBA

MalteThodberg/tidyGenomeBrowser documentation built on Feb. 21, 2024, 8:39 p.m.