Skip to contents

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.