data.frame
~~|
~~+--RichDataFrame
~~~~~~~|
~~~~~~~+--RawGenomicSignals
~~~~~~~~~~~~|
~~~~~~~~~~~~+--AbstractCNData
~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~+--AbstractPSCNData
~~~~~~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~~~~~~+--NonPairedPSCNData
Directly known subclasses:
public class NonPairedPSCNData extends AbstractPSCNData
A NonPairedPSCNData object holds parent-specific copy number data.
Two NonPairedPSCNData objects for a matched tumor-normal pair can
be combined into a PairedPSCNData object.
NonPairedPSCNData(chromosome=NULL, x=NULL, isSNP=NULL, mu=NULL, C=NULL, beta=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.NonPairedPSCNData |
- |
as.PairedPSCNData |
|
| - | |
callNaiveGenotypes |
- |
callSegmentationOutliers |
|
| - | |
dropSegmentationOutliers |
- |
getSignalColumnNames |
|
| - | |
segmentByCBS |
- |