Description Usage Arguments Value Examples
Access Object featuresPerGene. This method returns a vector with gene-related features for a particular gene.
1 2 | ## S4 method for signature 'CopyNumberBreakPointGenes'
featuresPerGene(object, geneName = NULL)
|
object |
An object of class |
geneName |
Exact Gene name as in the annotation |
a vector with gene-related features
1 2 3 4 5 6 7 8 | 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 )
featuresPerGene( bp, geneName="PCMTD2" )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.