build_ped_meta: Build a unified metadata list for a tidyped object

View source: R/utils-s3.R

build_ped_metaR Documentation

Build a unified metadata list for a tidyped object

Description

Build a unified metadata list for a tidyped object

Usage

build_ped_meta(
  selfing = FALSE,
  bisexual_parents = character(0),
  genmethod = "top"
)

Arguments

selfing

Logical: whether selfing/monoecious mode was used.

bisexual_parents

Character vector of IDs that appear as both sire and dam.

genmethod

Character: generation assignment method ("top" or "bottom").

Value

A named list of pedigree metadata.


visPedigree documentation built on March 30, 2026, 9:07 a.m.