get.pedigree3 {MoBPS} | R Documentation |
Derive pedigree parents and grandparents
Description
Derive pedigree for selected individuals including parents/grandparents
Usage
get.pedigree3(
population,
database = NULL,
gen = NULL,
cohorts = NULL,
founder.zero = TRUE
)
Arguments
population |
Population list |
database |
Groups of individuals to consider for the export |
gen |
Quick-insert for database (vector of all generations to export) |
cohorts |
Quick-insert for database (vector of names of cohorts to export) |
founder.zero |
Parents of founders are displayed as "0" (default: TRUE) |
Value
Pedigree-file (parents + grandparents) for in gen/database/cohorts selected individuals
Examples
data(ex_pop)
get.pedigree3(ex_pop, gen=3)
[Package MoBPS version 1.6.64 Index]