Description Usage Arguments Details Value Examples
Plots breakpoint frequencies per chromosome
1 2 3 |
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 |
The plot includes breakpoint locations and breakpoint gene frequencies. Genes that are recurrently affected are labeled with their gene name.
calls plot function
1 2 3 4 5 6 7 8 9 | data( copynumber.data.chr20 )
data( ens.gene.ann.hg18 )
bp <- getBreakpoints( copynumber.data.chr20 )
bp <- bpFilter( bp )
bp <- addGeneAnnotation( bp, ens.gene.ann.hg18 )
bp <- bpGenes( bp )
bp <- bpStats( bp )
bpPlot( bp, c(20) )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.