data.frame
~~|
~~+--RichDataFrame
~~~~~~~|
~~~~~~~+--RawGenomicSignals
~~~~~~~~~~~~|
~~~~~~~~~~~~+--AbstractCNData
~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~+--AbstractPSCNData
~~~~~~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~~~~~~+--PairedPSCNData
Directly known subclasses:
public class PairedPSCNData extends AbstractPSCNData
A PairedPSCNData object holds paired tumor-normal parent-specific copy number data.
PairedPSCNData(chromosome=NULL, x=NULL, isSNP=NULL, muN=NULL, CT=NULL, betaT=NULL, CN=NULL, betaN=NULL, ...)numeric vector of J genotype calls in
{0,1/2,1} for AA, AB, and BB, respectively,
and NA for non-polymorphic loci.
If not given, they are estimated from the normal BAFs using
callNaiveGenotypes as described in [2].vectors of length J. as |
|
| - | |
as.PairedPSCNData |
- |
callNaiveGenotypes |
|
| - | |
callSegmentationOutliers |
- |
dropSegmentationOutliers |
|
| - | |
getSignalColumnNames |
- |
getTCNs |
|
| - | |
getTotalCopyNumbers |
- |
normalizeTumorBoost |
|
| - | |
plotTracks |
- |
segmentByCBS |
|
| - | |
segmentByPairedPSCBS |
- |