Learn R Programming

GeneBreak (version 1.2.0)

featureInfo,CopyNumberBreakPoints-method: Access Options featureInfo. This method returns a dataframe with feature annotations.

Description

Access Options featureInfo. This method returns a dataframe with feature annotations.

Usage

"featureInfo"(object)

Arguments

object
of class CopyNumberBreakPoints

Value

data.frame with feature 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 )
bp <- bpGenes( bp )

featureInfo( bp )

Run the code above in your browser using DataLab