Description Usage Arguments Value Examples
View source: R/StatComp21017R.R
Parameters are estimated using SeqEM
1 | trials_tetraploid(m, n, lambda, alpha, p)
|
m |
repeat times |
n |
sample size |
lambda |
assume read depth distributed as Poisson with mean lambda |
alpha |
nucleotide-read error |
p |
minor allele frequency |
A matrix of estimates
1 2 3 4 5 6 | ## Not run:
tr <- trials_tetraploid(1000,100,8,0.01,0.1)
apply(tr,1,mean)
apply(tr,1,sd)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.