Description Usage Arguments Value Examples
View source: R/StatComp21017R.R
EM algorithm is used to estimate nucleotide-read error and MAF
1 | seqem_tetraploid(reads, iters, epsilon)
|
reads |
a data set for read sequences |
iters |
maximum iterations |
epsilon |
convergence criterion |
estimation of alpha
and p
1 2 3 4 5 | ## Not run:
sample <- sample_tetraploid(10,10,0.01,0.1)
seqem_tetraploid(sample, 100, 1e-8)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.