Simple text annotation displayed in the visualization
CircosText(
modulename,
text,
x = 0,
y = 0,
size = "1.2em",
weight = "bold",
opacity = 1,
color = "#000000",
rotateRate = 0,
animationDisplay = FALSE,
animationInitialSize = 20,
animationInitialWeight = "bold",
animationInitialColor = "black",
animationInitialOpacity = 1,
animationInitialPositionX = 0,
animationInitialPositionY = 0,
animationInitialRotate = 0,
animationDelay = 50,
animationTime = 1000,
animationType = "linear",
...
)
The name of the new module.
The text to be displayed.
Coordinates of the lower left corner of the annotation
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.
ratate rate for text
Whether display a animation or not
Initial text size in animation
Initial text weight in animation
Initial text color in animation
Initial text opacity in animation
Initial text coordinates in animation(The parameter x,y will become the final position for text if animation displayed)
Initial rotate rate in animation
The time, delay and display type for animation
Ignored
The module tracks for text modules.
# NOT RUN {
Circos(CircosText('text01', 'Annotation', color = '#DD2222', x = -40))
# }
Run the code above in your browser using DataLab