fitNaiveGenotypes | R Documentation |
Fit naive genotype model from a normal sample.
## S3 method for class 'numeric'
fitNaiveGenotypes(y, cn=rep(2L, times = length(y)), subsetToFit=NULL,
flavor=c("density", "fixed"), adjust=1.5, ..., censorAt=c(-0.1, 1.1), verbose=FALSE)
y |
A |
cn |
An optional |
subsetToFit |
An optional |
flavor |
A |
adjust |
A positive |
... |
Additional arguments passed to |
censorAt |
A |
verbose |
A |
Returns a list
of list
s.
Henrik Bengtsson
To call genotypes see callNaiveGenotypes
().
Internally findPeaksAndValleys
() is used to identify the thresholds.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.