powered by
Function to compute marker frequency in QTL-markers
get.effect.freq( population, database = NULL, gen = NULL, cohorts = NULL, sort = FALSE )
Population list
Groups of individuals to consider for the export
Quick-insert for database (vector of all generations to export)
Quick-insert for database (vector of names of cohorts to export)
Set to FALSE to not sort markers according to position on the genome
Matrix with allele frequencies in the QTLs
# NOT RUN { data(ex_pop) get.effect.freq(ex_pop, gen=1) # }
Run the code above in your browser using DataLab