Calls segments that are in allelic balance by thresholding on DH using a predetermined threshold. The variability of the DH mean levels is taken into account via a bootstrap estimator.
# S3 method for PairedPSCBS
callAllelicBalanceByDH(fit, delta=estimateDeltaAB(fit, flavor = "qq(DH)"), alpha=0.05,
..., verbose=FALSE)Returns a PairedPSCBS object with allelic-balance calls.
A character string specifying which type of
call to use.
(Tuning parameter) A non-negative numeric threshold.
A numeric in [0,1] specifying the upper and lower
quantiles calculated by the bootstrap estimator.
Additional arguments passed to the bootstrap estimator
*bootstrapTCNandDHByRegion().
Henrik Bengtsson
Foo
Bar
Instead of calling this method explicitly, it is recommended
to use the *callAllelicBalance() method.