View source: R/summarizePedigree.R
findFounder | R Documentation |
summarize_pedigree
function.This function finds the originating member for each line in a pedigree. It is supposed to be used internally by the summarize_pedigree
function.
findFounder(data, group_var, sort_var)
data |
A data.table containing the pedigree data. |
sort_var |
A character string specifying the column name to sort by. |
A data.table containing the originating member for each line.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.