| CopyNumberBreakPoints-class {GeneBreak} | R Documentation |
An S4 class to represent a CopyNumberBreakPoints object.
segmDiffA matrix with breakpoints based on segment values
callDiffA matrix with breakpoints based on call values
segmentsA matrix with segmented copy number values
callsA matrix with copy number calls
featureAnnotationA dataframe with predefined information about the features (usually probes or bins)
featureDataA dataframe with calculated information about the features (usually probes or bins)
callData( object ) Returns feature call values
segmentData( object ) Returns feature segment values
breakpointData( object ) Returns feature breakpoint values
sampleNames( object ) Returns vector with sample names
namesFeatures( object ) Returns vector with feature names
featureChromosomes( object ) Returns vector of feature chromosomes
featureInfo( object ) Returns feature data/information
getBreakpoints Builds the CopyNumberBreakPoints object from copynumber data and detects breakpoint locations
bpFilter Selects breakpoints by filter criteria options
bpStats Applies cohort-based statistics to identify chromosomal locations that are recurrently affected by breakpoints
bpPlot Plots breakpoint frequencies per chromosome
E. van den Broek and S. van Lieshout
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) )