Learn R Programming

PSCBS (version 0.12.2)

PairedPSCBS: The PairedPSCBS class

Description

Package: PSCBS Class PairedPSCBS list ~~| ~~+--PairedPSCBS Directly known subclasses: public class PairedPSCBS extends list A PairedPSCBS is an object containing the results from the Paired PSCBS method.

Usage

PairedPSCBS(fit=list(), ...)

Arguments

fit
A list structure containing the Paired PSCBS results.
...
Not used.

Fields and Methods

Methods: rll{ as.data.frame Gets the table of segments. callAB Calls segments that are in allelic balance. callLOH Calls segments that are in LOH. callSegments - estimateDeltaAB Estimate a threshold for calling allelic balance from DH. estimateDeltaLOH Estimate a threshold for calling LOH from DH. estimateKappa Estimate global background in segmented copy numbers. extractC1C2 - extractTCNAndDHs - plotTracks Plots parental specific copy numbers along the genome. plotTracks2 - plotTracksManyChromosomes - } Methods inherited from list: all.equal, as.data.frame, attachLocally, callHooks, relist, within

See Also

The segmentByPairedPSCBS() method returns an object of this class.