createFamilyToParentsMapping {BGmisc}R Documentation

Create a mapping of family IDs to parent IDs

Description

This function creates a mapping from family IDs to the IDs of the parents.

Usage

createFamilyToParentsMapping(df_temp)

Arguments

df_temp

A data frame containing information about individuals.

Value

A list mapping family IDs to parent IDs.


[Package BGmisc version 1.3.2 Index]