plotIRanges: Plot IRanges

Description Usage Arguments Value Author(s) Source Examples

Description

Plot IRanges

Usage

1
2
3
plotIRanges(..., sep = 0.5, height = 1, set_breaks = TRUE,
  labcol = "grey", names = NULL, cov = FALSE, clear = FALSE,
  disjoint = NULL, color = NULL)

Arguments

...

One or more IRanges objects.

sep

Vertical space between ranges.

height

Height of bars.

set_breaks

Breaks on x-axis.

labcol

Colour of range labels.

names

Names of ranges.

cov

Coverage

clear

Clear previous plot.

disjoint

Manually assigned bins.

color

Colour.

Value

A plot object.

Author(s)

Vince Buffalo

Source

Modified after https://github.com/vsbuffalo/bds-files/blob/master/chapter-09-working-with-range-data/plot-ranges.R

Examples

1
###

gschofl/gsmisc documentation built on May 17, 2019, 8:52 a.m.