findBiggest: Function to find the biggest families in a pedigree This...

View source: R/summarizePedigree.R

findBiggestR Documentation

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.

Description

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_biggest, n_foo)

Arguments

foo_summary_dt

A data.table containing the summary statistics.

n_biggest

Integer. Number of largest lineages to return (sorted by count).

n_foo

An integer specifying the number of individuals in the summary.

Value

a data.table containing the biggest families in the pedigree.


BGmisc documentation built on Aug. 8, 2025, 7:20 p.m.