build_pedigree_table | R Documentation |
Internal helping function to build the pedigree table recursively.
build_pedigree_table(
geno_list = NULL,
pedigree_list = NULL,
pedigree_df = NULL
)
geno_list |
List of genotypes/germplasms names. |
pedigree_list |
List of associated pedigree strings. |
pedigree_df |
Pedigree data.frame as per previous call/iteration. |
A data.frame that has three columns correspond to the identifiers for the individual, female parent and male parent, respectively.
Khaled Al-Shamaa, k.el-shamaa@cgiar.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.