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