powered by
Display the CNV without value, Gene domain, Chromosome band in the visualization
CircosArc( modulename, compareGroup = 1, outerRadius = 150, innerRadius = 130, opacity = 1, animationDisplay = FALSE, 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
The opacity for arc
Whether display animation
The time, delay and display type for animation
A list of arc with details including chr, start, end, color, des, link and html. Details can be found on document.
Ignored
The module tracks for arc modules.
# NOT RUN { arcData<-arcExample Circos(CircosArc('Arc01', outerRadius = 212, innerRadius = 224, data=arcData), genome=list("EGFR"=1211),outerRadius = 220,genomeFillColor = c("grey")) # }
Run the code above in your browser using DataLab