plot_circos: Generate Perl Circos Plot

Description Usage Arguments Value Examples

View source: R/plot_circos.R

Description

Generates a Perl circos plot containing Manta structural variants and/or CNV calls.

Usage

1
plot_circos(outdir = "circos", name = "x")

Arguments

outdir

Directory where the files are located, and where the plot will be written to.

name

Prefix of plot file (suffix: _circos.png) (default: x).

Value

Generates a Perl circos plot in the outdir.

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
manta <- system.file("extdata", "HCC2218_manta.vcf", package = "pebbles")
cnv <- system.file("extdata", "HCC2218_cnvkit-call.cns", package = "pebbles")
outdir <- "circos"

circos_prep(outdir, manta, cnvkit)
plot_circos(outdir, name = "foo")

## End(Not run)

umccr/rock documentation built on Oct. 11, 2020, 8:10 a.m.