powered by
Visualise matrices with the circlize::chordDiagram function from the circlize package.
vis_circos(.data, .title = NULL, ...)
A circlize object.
Input matrix.
The The text for the title of the plot.
Other arguments passed to circlize::chordDiagram from the 'circlize' package.
vis, repOverlap.
if (FALSE) { data(immdata) ov <- repOverlap(immdata$data) vis(ov, .plot = "circos") }
Run the code above in your browser using DataLab