Visualise matrices with the chordDiagram function from the circlize package.
vis_circos(.data, .title = NULL, ...)
.data | Input matrix. |
---|---|
.title | The The text for the title of the plot. |
... | Other arguments passed to chordDiagram from the 'circlize' package. |
# NOT RUN { data(immdata) gu = geneUsage(immdata$data) vis(gu, .plot = "circos") # }