powered by
Display a multi-layer line plot in circos
CircosLine( modulename, compareGroup = 1, maxRadius = 108, minRadius = 95, ValueAxisManualScale = FALSE, ValueAxisMaxScale = 10, ValueAxisMinScale = 0, color = "red", width = 2, type = "cardinal", animationDisplay = FALSE, animationDirection = "S2E", animationTime = 2000, animationDelay = 20, animationType = "bounce", data, ... )
The name of the new module.
The group number of this module in compare module
Where the module should begin and end
Whether manually control the scale of value
The max and min scale value for manually control
Color for line
Width for line
Type for line, could be linear, cardinal, basis and monotone
Whether display animation
The direction of animation, could be S2E(start to end) or E2S(end to start)
The time, delay and display type for animation
A list of value with details including chr, pos, des, value and html. Details can be found on document.
Ignored
The module tracks for line modules.
# NOT RUN { lineData<-lineExample Circos(CircosLine('LINE01', data = lineData,maxRadius=200,minRadius=150,color= "#ff0031")+ CircosBackground('BG01',minRadius = 205,maxRadius = 150)) # }
Run the code above in your browser using DataLab