Description Usage Arguments Value Examples
View source: R/alleles_recessive_test.R
test for enrichment of biallelic LoF inherited variants
| 1 | biallelic_lof_enrichment(freq, count, cohort_n, autozygosity = 0)
 | 
| freq | list of cumulative frequencies of variation in a population for rare LoF variants, and rare functional variants. | 
| count | number of probands with inherited variants in the gene. | 
| cohort_n | number of probands in population. | 
| autozygosity | rate of autozygosity in the cohort being investigated. | 
P-value from testing for biallelic LoF variants.
| 1 2 3 | freq = list(lof=0.001, functional=0.1)
count = 3
biallelic_lof_enrichment(freq, count, 1000)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.