estimateDeltaAB.PairedPSCBS | R Documentation |
Estimate a threshold for calling allelic balance from DH to be used by the *callAB()
method.
## S3 method for class 'PairedPSCBS'
estimateDeltaAB(this, scale=NULL, flavor=c("qq(DH)", "q(DH)", "mad(hBAF)", "median(DH)"),
..., max=Inf, verbose=FALSE)
scale |
An optional |
flavor |
A |
... |
Additional arguments passed to the estimator. |
max |
(Optional) The maximum estimate allowed. If greater than this value, the estimate will be truncated. |
verbose |
See |
Returns the threshold estimate as a numeric
scalar.
Henrik Bengtsson
Internally, one of the following methods are used:
*estimateDeltaABBySmallDH()
,
*estimateStdDevForHeterozygousBAF()
,
*estimateMeanForDH()
, and
*estimateHighDHQuantileAtAB()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.