A auxiliary line displayed in the visualization
CircosAuxLine(
modulename,
startX = 20,
startY = 20,
endX = 120,
endY = 120,
color = "red",
width = 0.5,
type = "straight",
controlPointX = 0,
controlPointY = 0,
lineType = "solid",
dashArray = 3,
marker = TRUE,
markerType = "circle",
markerColor = "blue",
markerHeight = 5,
markerWidth = 5,
markerPosition = 2,
animationDisplay = FALSE,
animationTime = 50,
animationDelay = 1000,
animationType = "linear",
...
)
The name of the new module.
Start coordinates for auxiliary line.
End coordinates for auxiliary line.
Color for auxiliary line
Width for auxiliary line
Type for auxiliary line, could be straight/curve/broken
The middle point coordinates for curve and broken
Line type, could be solid/dot
The dash gap width
Whether display a marker on the end of line
Type of marker, could be circle/square/arrow/stub
Color, Height and Width for marker
1 means start, 2 means end, 3 means both
whether display animation
The time, delay and display type for animation
Ignored
The module tracks for auxliary line modules.
# NOT RUN {
Circos(CircosAuxLine('AuxLine01'))
# }
Run the code above in your browser using DataLab