vis_circos: Visualisation of matrices using circos plots

Description Usage Arguments See Also Examples

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.

See Also

vis, repOverlap.

Examples

1
2
3
4
5
6
## Not run: 
data(immdata)
gu = geneUsage(immdata$data)
vis(gu, .plot = "circos")

## End(Not run)

charlotterich/immunarch_code documentation built on Jan. 24, 2020, 12:08 a.m.