Description Usage Arguments Value Examples
Access Object callData. This method returns a dataframe with feature call values.
1 2 | ## S4 method for signature 'CopyNumberBreakPoints'
callData(object)
|
object |
An object of class |
a dataframe with feature call values
1 2 3 4 | data( copynumber.data.chr20 )
bp <- getBreakpoints( copynumber.data.chr20 )
callData( bp )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.