BioCircosBackgroundTrack: Create a background track to be added to a BioCircos...

Description Usage Arguments Examples

Description

Simple background to display behind another track

Usage

1
2
3
BioCircosBackgroundTrack(trackname, fillColors = "#EEEEFF",
  borderColors = "#000000", maxRadius = 0.9, minRadius = 0.5,
  borderSize = 0.3, ...)

Arguments

trackname

The name of the new track.

fillColors

The color of the background element, in hexadecimal RGB format.

borderColors

The color of the background borders, in hexadecimal RGB format.

minRadius, maxRadius

Where the track should begin and end, in proportion of the inner radius of the plot.

borderSize

The thickness of the background borders.

...

Ignored

Examples

1
BioCircos(BioCircosBackgroundTrack('bgTrack', fillColors="#FFEEEE", borderSize = 1))

BioCircos documentation built on May 2, 2019, 9:42 a.m.