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.

Value

A circlize object.

See also

Examples

data(immdata)
ov <- repOverlap(immdata$data)
vis(ov, .plot = "circos")