Function to find the biggest families in a pedigree This function finds the biggest families in a pedigree. It is supposed to be used internally by the summarize_pedigree
function.
Source: R/summarizePedigree.R
findBiggest.Rd
Function to find the biggest families in a pedigree
This function finds the biggest families in a pedigree. It is supposed to be
used internally by the summarize_pedigree
function.
Usage
findBiggest(foo_summary_dt, n_fooest = 5, n_foo_total = nrow(foo_summary_dt))