vis_circos: Visualisation of matrices using circos plots

View source: R/vis.R

vis_circosR Documentation

Visualisation of matrices using circos plots

Description

Visualise matrices with the chordDiagram function from the circlize package.

Usage

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

vis, repOverlap.

Examples

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

immunarch documentation built on Dec. 28, 2022, 2:59 a.m.