get.pedigree3: Derive pedigree parents and grandparents

Description Usage Arguments Value Examples

View source: R/get.pedigree.R

Description

Derive pedigree for selected individuals including parents/grandparents

Usage

1
2
3
4
5
6
7
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

1
2

MoBPS documentation built on Nov. 9, 2021, 5:08 p.m.

Related to get.pedigree3 in MoBPS...