Learn R Programming

PSCBS (version 0.67.0)

estimateKappa.PairedPSCBS: Estimate global background in segmented copy numbers

Description

Estimate global background in segmented copy numbers. The global background, here called \(\kappa\), may have multiple origins where normal contamination is one, but not necessarily the only one.

Usage

# S3 method for PairedPSCBS
estimateKappa(this, flavor=c("density(C1)"), ...)

Value

Returns the background estimate as a numeric scalar.

Arguments

flavor

A character string specifying which type of estimator to use.

...

Additional arguments passed to the estimator.

Author

Henrik Bengtsson

See Also

Internally, one of the following methods are used: *estimateKappaByC1Density().