Learn R Programming

GeneBreak (version 1.2.0)

geneInfo,CopyNumberBreakPointGenes-method: Access Options geneInfo. This method returns a dataframe with gene annotations.

Description

Access Options geneInfo. This method returns a dataframe with gene annotations.

Usage

"geneInfo"(object)

Arguments

object
of class CopyNumberBreakPointGenes

Value

data.frame with gene annotations

Examples

Run this code
data( copynumber.data.chr20 )
data( ens.gene.ann.hg18 )
bp <- getBreakpoints( copynumber.data.chr20 )
bp <- bpFilter( bp )
bp <- addGeneAnnotation( bp, ens.gene.ann.hg18 )

geneInfo( bp )

Run the code above in your browser using DataLab