CircosAuxLine {interacCircos} | R Documentation |
A auxiliary line for better explaination of 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", ... )
modulename |
The name of the new module |
startX, startY |
Start coordinates for auxiliary line |
endX, endY |
End coordinates for auxiliary line |
color |
Color for auxiliary line |
width |
Width for auxiliary line |
type |
Type for auxiliary line, could be straight/curve/broken |
controlPointX, controlPointY |
The middle point coordinates for curve and broken |
lineType |
Line type, could be solid/dot |
dashArray |
The dash gap width |
marker |
Whether display a marker on the end of line |
markerType |
Type of marker, could be circle/square/arrow/stub |
markerColor, markerHeight, markerWidth |
Color, Height and Width for marker |
markerPosition |
1 means start, 2 means end, 3 means both |
animationDisplay |
whether display animation |
animationTime, animationDelay, animationType |
The time, delay and display type for animation |
... |
Ignored |
The module tracks for auxliary line modules
Circos(CircosAuxLine('AuxLine01'))