callAB.PairedPSCBS | R Documentation |
Calls segments that are in allelic balance, i.e. that have equal minor and major copy numbers.
## S3 method for class 'PairedPSCBS'
callAB(fit, flavor=c("DeltaAB*"), ..., minSize=1, xorCalls=TRUE, force=FALSE)
flavor |
A |
... |
Additional arguments passed to the caller. |
minSize |
An optional |
xorCalls |
If |
force |
If |
Returns a PairedPSCBS
object with allelic-balance calls.
Biologically, a segment can not be both in allelic balance (AB) and
in loss-of-heterozygosity (LOH) at the same time.
To avoid reporting such inconsistencies, the LOH caller will,
if argument xorCalls=TRUE
, never report a segment to be in
LOH if it is already called to be in AB.
However, regardless of of the AB call, a segment is still always
tested for LOH, to check weather the LOH caller is consistent with the
AB caller or not. Thus, in order to distinguish the case where
the AB caller and LOH caller agree from when they disagree,
we report either (AB,LOH)=(TRUE,FALSE) or (TRUE,NA). The former is
reported when they are consistent, and the latter when they are not,
or when the AB caller could not call it.
Henrik Bengtsson
Internally, one of the following methods are used:
*callAllelicBalanceByDH()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.