Description Usage Arguments Details Value Examples
Selects breakpoints by filter criteria options.
1 2 3 |
object |
An object of class CopyNumberBreakPoints |
filter |
Type of filter. This can be either "CNA-ass", "deltaSeg" or "deltaCall".
|
threshold |
Set the minimal log2 ratio difference between segments. This parameter is required for the "deltaSeg" filter option |
Filter options "CNA-ass" and "deltaCall" require calls in addition to segmented copynumber data (see input for getBreakpoints()
)
Returns an object of class CopyNumberBreakPoints with breakpoint matrix replaced by filtered breakpoints.
1 2 3 4 5 6 7 8 | data( copynumber.data.chr20 )
bp <- getBreakpoints( copynumber.data.chr20 )
bp <- bpFilter( bp, filter = "CNA-ass" )
bp <- bpFilter( bp, filter = "deltaSeg", threshold = 0.2 )
## options to inspect the data
bp
accessOptions( bp )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.