findFounder: Function to find the originating member for each line

View source: R/summarizePedigree.R

findFounderR Documentation

Function to find the originating member for each line

Description

This function finds the originating member for each line in a pedigree. It is supposed to be used internally by the summarize_pedigree function.

Usage

findFounder(data, group_var, sort_var)

Arguments

data

A data.table containing the pedigree data.

sort_var

A character string specifying the column name to sort by.

Value

A data.table containing the originating member for each line.


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