findNeutralCopyNumberState | R Documentation |
Call segments to be copy neutral based on allelic imbalance calls and total copy number estimates.
## Default S3 method:
findNeutralCopyNumberState(C, isAI, weights=NULL, ..., minDensity=1e-10,
flavor=c("firstPeak", "maxPeak"), verbose=FALSE)
C |
A |
isAI |
A |
weights |
An optional |
... |
Further arguments to be passed to the density estimation function. |
minDensity |
A |
flavor |
A |
verbose |
If |
A logical
vector
of "neutral copy number state" calls.
Pierre Neuvial, Henrik Bengtsson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.