powered by
Derive pedigree for selected individuals including parents/grandparents
get.pedigree3( population, database = NULL, gen = NULL, cohorts = NULL, founder.zero = TRUE )
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)
Parents of founders are displayed as "0" (default: TRUE)
Pedigree-file (parents + grandparents) for in gen/database/cohorts selected individuals
# NOT RUN { data(ex_pop) get.pedigree3(ex_pop, gen=3) # }
Run the code above in your browser using DataLab