estimateDeltaCN.PairedPSCBS | R Documentation |
Estimates the length of one total copy-number (TCN) unit
## S3 method for class 'PairedPSCBS'
estimateDeltaCN(fit, scale=1, flavor=c("1-kappa", "delta(mode)"),
kappa=estimateKappa(fit), adjust=0.2, quantile=0.95, ...)
scale |
A |
flavor |
Specifies which type of estimator should be used. |
kappa |
Estimate of background signal (used by the |
adjust, quantile |
Tuning parameters (used by the |
... |
Not used. |
For parent-specific copy-number (PSCN) data, the TCN unit length is
estimated as (1-kappa)/2
, where kappa
is estimated from
data (by estimateKappa
).
For total copy-number (TCN) data (only),
Returns a positive scalar numeric
.
Henrik Bengtsson
For more information see PairedPSCBS
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.