Internal helper function to build the pedigree table recursively.
build_pedigree_table(
geno_list = NULL,
pedigree_list = NULL,
pedigree_df = NULL
)
A data.frame with three columns corresponding to the identifiers for the individual, female parent, and male parent, respectively.
A list of genotypes/germplasm names.
A list of associated pedigree strings.
Pedigree data.frame as per the previous call/iteration.
Khaled Al-Shamaa, k.el-shamaa@cgiar.org