Description Usage Arguments Value Examples
View source: R/StatComp21017R.R
Generate read depths and variant counts with a symmetric error assumption.
1 | sample_tetraploid(n, lambda, alpha, p)
|
n |
sample size |
lambda |
assume read depth distributed as Poisson with mean lambda |
alpha |
nucleotide-read error |
p |
minor allele frequency |
a list for reads of size n
1 2 3 4 | ## Not run:
sample_tetraploid(10,10,0.01,0.1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.