View source: R/geno_err_models.R
hap_obs_prob | R Documentation |
This will ultimately not be exported. It gives the probability that H2 is observed from a haplotype that is truly H1 given a super simple model of independent sequencing errors. This is not intended to be vectorized, at the moment.
hap_obs_prob(H1, H2, e)
H1 |
the DNA bases at the SNPs in the first haplotype |
H2 |
the DNA bases at the SNPs in the second haplotype |
e |
per snp error rates |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.