CircosBackground {interacCircos} | R Documentation |
Background for better display of other modules
CircosBackground( modulename, compareGroup = 1, fillColors = "#EEEEFF", borderColors = "#000000", axisShow = FALSE, axisColor = "#000", axisOpacity = 0.5, axisNum = 4, axisWidth = 0.3, maxRadius = 190, minRadius = 105, borderSize = 0.3, animationDisplay = FALSE, animationTime = 2000, animationDelay = 20, animationType = "bounce", ... )
modulename |
The name of the new module |
compareGroup |
The group number of this module in compare module |
fillColors |
The filling color of the module |
borderColors |
The border color of the module |
axisShow |
Whether show a axis or not |
axisWidth, axisColor, axisOpacity, axisNum |
The color, opacity value and number of line for axis |
minRadius, maxRadius |
The outer and inner ring range of module |
borderSize |
The thickness of the border |
animationDisplay |
Whether display animation or not |
animationTime, animationDelay, animationType |
The time, delay and display type for animation |
... |
Ignored |
The module tracks for background modules.
Circos(CircosBackground('bg01', fillColors="#FFEEEE", borderSize = 1))