plotRanges-methods: Plot ranges avoiding overlapping

Description Usage Arguments Examples

Description

This function plots a set of ranges in their locations. Overlapping is avoided. This function is based on a similar one in the IRanges vignette, but using ggplot2 graphics instead.

Usage

1
2
3
4
5
6
7
plotRanges(x, sep = 0.5, ...)

## S4 method for signature 'IRanges'
plotRanges(x, sep = 0.5)

## S4 method for signature 'GRanges'
plotRanges(x, sep = 0.5, seqnames = NULL)

Arguments

x

an IRanges object or some object that can be cohereced to IRanges.

sep

vertical separation between ranges.

...

further arguments passed down to methods.

seqnames

sequence name of the ranges.

Examples

1

ddiez/q3tools documentation built on May 15, 2019, 1:52 a.m.