.loadOrComputeParList | R Documentation |
parent-child adjacency data
.loadOrComputeParList(
checkpoint_files,
config,
ped = NULL,
parList = NULL,
lens = NULL
)
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. |
A list containing the parent-child adjacency data either loaded from a checkpoint or initialized.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.