find_familyIDs: Obtains family IDs based on known mothers and fathers

View source: R/script - family tools.R

find_familyIDsR Documentation

Obtains family IDs based on known mothers and fathers

Description

Works on a dataframe of individuals (rows) including two columns ID_ma and ID_pa, which are the ID's of that individual's parents.
Then looks up a dataframe of family info, df_families, with rows as families, and finds the ID's of each individual's family

Usage

find_familyIDs(df, df_families)

Eiriksen/Genotools documentation built on Oct. 1, 2022, 1:40 a.m.