dot-loadOrComputeParList: parent-child adjacency data

.loadOrComputeParListR Documentation

parent-child adjacency data

Description

parent-child adjacency data

Usage

.loadOrComputeParList(
  checkpoint_files,
  config,
  ped = NULL,
  parList = NULL,
  lens = NULL
)

Arguments

checkpoint_files

A list of checkpoint file paths.

config

A list containing configuration parameters such as 'resume', 'verbose', and 'saveable'.

ped

a pedigree dataset. Needs ID, momID, and dadID columns

parList

A list of parent-child adjacency data.

lens

A vector of lengths for each parent-child relationship.

Value

A list containing the parent-child adjacency data either loaded from a checkpoint or initialized.


BGmisc documentation built on June 11, 2025, 1:07 a.m.