powered by
Function to export founder pool
get.pool( population, gen = NULL, database = NULL, cohorts = NULL, id = NULL, plot = FALSE, import.position.calculation = NULL, decodeOriginsU = decodeOriginsR, use.id = TRUE )
Founder pool of in gen/database/cohorts selected individuals
Population list
Quick-insert for database (vector of all generations to export)
Groups of individuals to consider for the export
Quick-insert for database (vector of names of cohorts to export)
Individual IDs to search/collect in the database
Set TRUE to generate a visualization of genetic origins
Function to calculate recombination point into adjacent/following SNP
Used function for the decoding of genetic origins [[5]]/[[6]]
Set to TRUE to use MoBPS ids instead of Sex_Nr_Gen based names (default: TRUE)
data(ex_pop) get.pool(ex_pop, gen=2)
Run the code above in your browser using DataLab