View source: R/model_functions.R
predict4_2 | R Documentation |
Produce model estimated (p=4, topology=2) y-coordinates of the kmer spectra given the kmer size, repetitiveness, average polyploid kmer coverage, bias, and x-coordinates of the kmer spectra.
predict4_2(raabb, raabc, rabcd, k, d, kmercov, bias, x)
raabb, raabc, rabcd |
Numerics corresponding to the nucleotide heterozygosities aabb, aabc, and abcd respectively. |
k |
An integer corresponding to the kmer length. |
d |
A numeric corresponding to the repetitiveness. |
kmercov |
A numeric corresponding to the estimated average kmer coverage of the polyploid genome. |
bias |
A numeric corresponding to the overdispersion of the negative binomial distribution. |
x |
An integer vector of the x-coordinates of the histogram (after filtering out low coverage errors and high coverage kmers). |
A numeric vector of the model estimated y-coordinates of the kmer spectra.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.