BioCircosTextTrack {BioCircos} | R Documentation |
Create a Text track to be added to a BioCircos tracklist
Description
Simple text annotation displayed in the visualization
Usage
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
BioCircos(BioCircosTextTrack('textTrack', 'Annotation', color = '#DD2222', x = -0.3))
[Package BioCircos version 0.3.4 Index]