BioCircosTextTrack: Create a Text track to be added to a BioCircos tracklist

Description Usage Arguments Examples

Description

Simple text annotation displayed in the visualization

Usage

1
2
BioCircosTextTrack(trackname, text, x = -0.15, y = 0, size = "1.2em",
  weight = "bold", opacity = 1, color = "#000000", ...)

Arguments

trackname

The name of the new track.

text

The text to be displayed.

x, y

Coordinates of the lower left corner of the annotation, in proportion of the inner radius of the plot.

size

Font size, with units specified (such as em or px).

weight

Font weight. Can be "normal", "bold", "bolder" or "lighter".

opacity

Font opacity.

color

Font color, in hexadecimal RGB format.

...

Ignored

Examples

1
BioCircos(BioCircosTextTrack('textTrack', 'Annotation', color = '#DD2222', x = -0.3))

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