bpPlot-CopyNumberBreakPoints-method: bpPlot

Description Usage Arguments Details Value Examples

Description

Plots breakpoint frequencies per chromosome

Usage

1
2
3
## S4 method for signature 'CopyNumberBreakPoints'
bpPlot(object, plot.chr = NULL,
  plot.ylim = 15, fdr.threshold = 0.1, add.jitter = FALSE)

Arguments

object

An object of class CopyNumberBreakPoints or CopyNumberBreakPointGenes

plot.chr

A vector with chromosome(s) to plot. All chromosomes will be plotted when NULL is used.

plot.ylim

An integer giving the max y coordinate.

fdr.threshold

The FDR threshold to label recurrent breakpoint genes with their gene name

add.jitter

Logical. If TRUE, function jitter will be used for the y position of gene labels

Details

The plot includes breakpoint locations and breakpoint gene frequencies. Genes that are recurrently affected are labeled with their gene name.

Value

calls plot function

Examples

1
2
3
4
5
6
7
8
9

GeneBreak documentation built on Nov. 8, 2020, 8:18 p.m.