findNeutralCopyNumberState: Call segments to be copy neutral based on allelic imbalance calls and total copy number estimates
Description
Call segments to be copy neutral based on allelic imbalance calls and total copy number estimates.Usage
## S3 method for class 'default':
findNeutralCopyNumberState(C, isAI, weights=NULL, ..., minDensity=1e-10, verbose=FALSE)
Arguments
...
Further argumants to be passed to the density estimation
function.
minDensity
A numeric
value, below which density peaks are
discarded. verbose
If TRUE
, extra information is output.