featureInfo,CopyNumberBreakPoints-method {GeneBreak} | R Documentation |
Access Options featureInfo. This method returns a dataframe with feature annotations.
## S4 method for signature 'CopyNumberBreakPoints' featureInfo(object)
object |
of class |
data.frame with feature annotations
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 )