featureChromosomes,CopyNumberBreakPoints-method {GeneBreak} | R Documentation |
Access Object featureChromosomes. This method returns a vector with feature chromosomes.
## S4 method for signature 'CopyNumberBreakPoints' featureChromosomes(object)
object |
An object of class |
a vector with feature chromosomes
data( copynumber.data.chr20 ) bp <- getBreakpoints( copynumber.data.chr20 ) featureChromosomes( bp )