powered by
Simple text annotation displayed in the visualization
BioCircosTextTrack(trackname, text, x = -0.15, y = 0, size = "1.2em", weight = "bold", opacity = 1, color = "#000000", ...)
The name of the new track.
The text to be displayed.
Coordinates of the lower left corner of the annotation, in proportion of the inner radius of the plot.
Font size, with units specified (such as em or px).
Font weight. Can be "normal", "bold", "bolder" or "lighter".
Font opacity.
Font color, in hexadecimal RGB format.
Ignored
# NOT RUN { BioCircos(BioCircosTextTrack('textTrack', 'Annotation', color = '#DD2222', x = -0.3)) # }
Run the code above in your browser using DataLab