plotOverviewGISTIC2: Generates an overview of the GISTIC2 copy-number landscape.

Description Usage Arguments Value Author(s) Examples

View source: R/plot_overviewGISTIC2.R

Description

Generates an overview of the GISTIC2 copy-number landscape.

Usage

1
2
3
4
5
6
7
plotOverviewGISTIC2(
  data.GISTIC,
  maxG = 3,
  minG = -2,
  maxQ = 0.1,
  sizeTrackCN = 15
)

Arguments

data.GISTIC

(list): Output from importGISTIC2.

maxG

(numeric): Cut-off of the max. G-Score.

minG

(numeric): Cut-off of the min. G-Score.

maxQ

(numeric): Which peaks are plotted (max. q-value).

sizeTrackCN

(numeric): Size of the CN track.

Value

(NULL) Plots a Circos figure.

Author(s)

Job van Riet j.vanriet@erasmusmc.nl

Examples

1
2
3
 svg(file = 'overviewCNA.svg', width = 8, height = 8, onefile = TRUE)
 plotGISTIC2(data.GISTIC, 2, ,-2, 0.1)
 dev.off()

J0bbie/R2CPCT documentation built on Feb. 24, 2022, 8:15 a.m.