findBiggest: This function finds the biggest families in a pedigree. It is...

View source: R/summarizePedigree.R

findBiggestR Documentation

This function finds the biggest families in a pedigree. It is supposed to be used internally by the summarize_pedigree function.

Description

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

Arguments

foo_summary_dt

A data.table containing the summary statistics.

nbiggest

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.


R-Computing-Lab/BGMisc documentation built on July 16, 2025, 9:09 p.m.