Learn R Programming

immunarch (version 0.10.3)

vis_circos: Visualisation of matrices using circos plots

Description

[Deprecated]

Visualise matrices with the circlize::chordDiagram function from the circlize package.

Usage

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

Value

A circlize object.

Arguments

.data

Input matrix.

.title

The The text for the title of the plot.

...

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

See Also

vis, repOverlap.

Examples

Run this code
if (FALSE) {
data(immdata)
ov <- repOverlap(immdata$data)
vis(ov, .plot = "circos")
}

Run the code above in your browser using DataLab