get_count_combinations: Get all the combinations of spreading the probands across...

Description Usage Arguments Value Examples

View source: R/alleles_recessive_test.R

Description

Get all the combinations of spreading the probands across populations.

Usage

1
get_count_combinations(populations, count)

Arguments

populations

a vector of population names to be tested

count

number of probands with inherited variants in the gene.

Value

a list of count dataframes for each functional type

Examples

1
2
3
populations = c("AFR", "NFE", "SAS")
count = 4
get_count_combinations(populations, count)

jeremymcrae/recessiveStats documentation built on May 19, 2019, 5:08 a.m.