bpGenes-CopyNumberBreakPointGenes-method: bpGenes

Description Usage Arguments Details Value Examples

Description

Indentifies genes affected by breakpoint locations.

Usage

1
2
## S4 method for signature 'CopyNumberBreakPointGenes'
bpGenes(object)

Arguments

object

An object of class CopyNumberBreakPointGenes

Details

This step requires feature-to-gene annotations added to the input object (see ?addGeneAnnotation).

Value

Returns an object of class CopyNumberBreakPointGenes with gene-breakpoint information

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
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 )

## options to inspect the data
bp
accessOptions( bp )

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