Estimate a threshold for calling allelic balance from DH to be used by the *callAB() method.
# S3 method for PairedPSCBS
estimateDeltaAB(this, scale=NULL, flavor=c("qq(DH)", "q(DH)", "mad(hBAF)", "median(DH)"),
..., max=Inf, verbose=FALSE)An optional numeric scale factor.
A character string specifying which type of
estimator to use.
Additional arguments passed to the estimator.
(Optional) The maxium estimate allowed. If greater than this value, the estimate will be truncated.
See Verbose.
Returns the threshold estimate as a numeric scalar.
Internally, one of the following methods are used:
*estimateDeltaABBySmallDH(),
*estimateStdDevForHeterozygousBAF(),
*estimateMeanForDH(), and
*estimateHighDHQuantileAtAB().