build_pedigree_table: Building Pedigree Table Recursively

View source: R/qbms.R

build_pedigree_tableR Documentation

Building Pedigree Table Recursively

Description

Internal helping function to build the pedigree table recursively.

Usage

build_pedigree_table(
  geno_list = NULL,
  pedigree_list = NULL,
  pedigree_df = NULL
)

Arguments

geno_list

List of genotypes/germplasms names.

pedigree_list

List of associated pedigree strings.

pedigree_df

Pedigree data.frame as per previous call/iteration.

Value

A data.frame that has three columns correspond to the identifiers for the individual, female parent and male parent, respectively.

Author(s)

Khaled Al-Shamaa, k.el-shamaa@cgiar.org


khaled-alshamaa/QBMS documentation built on Jan. 27, 2024, 6:40 a.m.