Learn R Programming

PSCBS (version 0.66.0)

AbstractCBS: The AbstractCBS class

Description

Package: PSCBS
Class AbstractCBS

list
~~|
~~+--AbstractCBS

Directly known subclasses:
CBS, NonPairedPSCBS, PSCBS, PairedPSCBS

public abstract static class AbstractCBS
extends list

All CBS-style segmentation results extend this class, e.g. CBS and PairedPSCBS.

Usage

AbstractCBS(fit=list(), sampleName=fit$sampleName, ...)

Arguments

fit

A list structure containing the segmentation results.

sampleName

A character string.

...

Not used.

Fields and Methods

Methods:

adjustPloidyScale-
appendAppends one segmentation result to another.
extractCNs-
getChangePoints-
getChromosomesGets the set of chromosomes.
getLocusDataGets the locus-level data.
getSegmentSizes-
getSegmentsGets the segments.
loadLoads an AbstractCBS object from file.
mergeThreeSegmentsMerge a segment and its two flanking segments.
nbrOfChangePointsGets the number of change points.
nbrOfChromosomesGets the number of chromosomes.
nbrOfLociGets the number of loci.
nbrOfSegmentsGets the number of segments.
normalizeTotalCNsNormalizes copy numbers such that the whole-genome average total copy number is two.
ploidyGets and sets ploidy.
ploidy<--
plotTracksPlots the segmentation result along the genome.
sampleCNs-
saveSaves an AbstractCBS object to file.
writeWIG-

Methods inherited from list:
Ops,nonStructure,vector-method, Ops,structure,vector-method, Ops,vector,nonStructure-method, Ops,vector,structure-method, all.equal, as.data.frame, attachLocally, averageQuantile, callHooks, coerce,ANY,list-method, coerce,Matrix,vector-method, coerce,abIndex,vector-method, coerce,dgCMatrix,vector-method, coerce,dsCMatrix,vector-method, coerce,list,indMatrix-method, coerce,sparseVector,vector-method, contents, ggplot_add, latex, normalizeAverage, normalizeDifferencesToAverage, normalizeQuantileRank, normalizeQuantileSpline, plotDensity, relist, scale_type, type.convert, within

Author

Henrik Bengtsson