estimateDeltaLOH.PairedPSCBS | R Documentation |
Estimate a threshold for calling LOH from DH to be used by the *callLOH()
method.
## S3 method for class 'PairedPSCBS'
estimateDeltaLOH(this, flavor=c("minC1|nonAB"), ..., max=Inf, verbose=FALSE)
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 or -Inf
.
In case it is not possible to estimate the LOH threshold, then
-Inf
is returned.
Henrik Bengtsson
Internally, one of the following methods are used:
*estimateDeltaLOHByMinC1ForNonAB()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.