Visualise matrices with the chordDiagram function from the circlize package.

vis_circos(.data, .title = NULL, ...)

Arguments

.data

Input matrix.

.title

The The text for the title of the plot.

...

Other arguments passed to chordDiagram from the 'circlize' package.

See also

Examples

# NOT RUN {
data(immdata)
gu = geneUsage(immdata$data)
vis(gu, .plot = "circos")
# }