| get.pedigree3 | R Documentation |
Derive pedigree for selected individuals including parents/grandparents
get.pedigree3(
population,
database = NULL,
gen = NULL,
cohorts = NULL,
founder.zero = TRUE,
id = FALSE,
raw = FALSE,
include.error = FALSE
)
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) |
id |
Set to TRUE to extract individual IDs |
raw |
Set to TRUE to not convert numbers into Sex etc. |
include.error |
Set to TRUE to include errors simulated in the pedigree |
Pedigree-file (parents + grandparents) for in gen/database/cohorts selected individuals
data(ex_pop)
get.pedigree3(ex_pop, gen=3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.