CopyNumberBreakPoints-class: An S4 class to represent a CopyNumberBreakPoints object.

Description Slots Accessors Methods Author(s) Examples

Description

An S4 class to represent a CopyNumberBreakPoints object.

Slots

segmDiff

A matrix with breakpoints based on segment values

callDiff

A matrix with breakpoints based on call values

segments

A matrix with segmented copy number values

calls

A matrix with copy number calls

featureAnnotation

A dataframe with predefined information about the features (usually probes or bins)

featureData

A dataframe with calculated information about the features (usually probes or bins)

Accessors

Methods

Author(s)

E. van den Broek and S. van Lieshout

Examples

1
2
3
4
5
6
data( copynumber.data.chr20 )
data( ens.gene.ann.hg18 )
bp <- getBreakpoints( copynumber.data.chr20 )
bp <- bpFilter( bp )
bp <- bpStats( bp , level = 'feature' , method = 'BH' )
bpPlot( bp, c(20) )

GeneBreak documentation built on Nov. 8, 2020, 8:18 p.m.