View source: R/check_allele_frequency_input.R
This function checks the input file of allele frequencies and makes sure the required columns are both present in the correct format.
1 | check_allele_frequency_input(allele_freq_data, ancestor_pop_label = NULL)
|
allele_freq_data |
Direct read-in from the input data .csv file. |
ancestor_pop_label |
A vector of integers giving the highest level of the family tree, which consists only of ancestors from pure genetic populations. Integers index the population, with order given by the order in which the population dominant allele frequencies are provided in the input allele frequencies file. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.