AbstractCBS | R Documentation |
Package: PSCBS
Class AbstractCBS
list
~~|
~~+--
AbstractCBS
Directly known subclasses:
CBS, NonPairedPSCBS, PSCBS, PairedPSCBS
public abstract class AbstractCBS
extends list
All CBS-style segmentation results extend this class, e.g.
CBS
and PairedPSCBS
.
AbstractCBS(fit=list(), sampleName=fit$sampleName, ...)
fit |
A |
sampleName |
A |
... |
Not used. |
Methods:
adjustPloidyScale | - | |
extractCNs | - | |
getChangePoints | - | |
getChromosomes | - | |
getLocusData | - | |
getSegmentSizes | - | |
getSegments | - | |
mergeThreeSegments | - | |
nbrOfChangePoints | - | |
nbrOfChromosomes | - | |
nbrOfLoci | - | |
nbrOfSegments | - | |
normalizeTotalCNs | - | |
ploidy | - | |
ploidy<- | - | |
plotTracks | - | |
sampleCNs | - | |
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, callHooks, coerce,ANY,list-method, relist, type.convert, within
Henrik Bengtsson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.