vis_circos: Visualisation of matrices using circos plots

Description Usage Arguments Value See Also Examples

View source: R/vis.R

Description

Visualise matrices with the chordDiagram function from the circlize package.

Usage

1
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

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

abrown435/immunarch-test documentation built on July 29, 2020, 12:04 a.m.