View source: R/haplotype_test_functions.R
poison_binomial_test | R Documentation |
This function takes the input data and returns a p-value for the null hypothesis that haplotype configurations which influence coding variant penetrance are not significangtly enriched in the population. The p-value is calculated analytically using the poisson-binomial distribuion, which is the distribution over the sum of n independent but NOT identically distributed bernoulli random variables.
poison_binomial_test(haps)
haps |
The output of 'characterize_haplotypes', or another haplotype calling tool. There is one line per haplotype |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.