callAllelicBalanceByDH.PairedPSCBS | R Documentation |
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 class 'PairedPSCBS'
callAllelicBalanceByDH(fit, delta=estimateDeltaAB(fit, flavor = "qq(DH)"), alpha=0.05,
..., verbose=FALSE)
flavor |
A |
delta |
(Tuning parameter) A non-negative |
alpha |
A |
... |
Additional arguments passed to the bootstrap estimator
|
Returns a PairedPSCBS
object with allelic-balance calls.
Foo
Bar
Henrik Bengtsson
Instead of calling this method explicitly, it is recommended
to use the *callAllelicBalance()
method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.