prepare_for_dfs: Prepare input for the DFS relative-finding algorithm

Description Usage Arguments

View source: R/prepare_for_dfs.R

Description

Uses the pedigree to convert individual IDs into indexes and compile information to make the data structures for the DFS algorithm to find relatives.

Usage

1
prepare_for_dfs(ped, samp_vec)

Arguments

ped

the pedigree. A tibble with columns kid, pa, and ma

samp_vec

A character vector with the names of the individuals that were sampled


CKMRpop documentation built on July 17, 2021, 5:07 p.m.