View source: R/summarizePedigree.R
findBiggest | R Documentation |
summarize_pedigree
function.This function finds the biggest families in a pedigree. It is supposed to be
used internally by the summarize_pedigree
function.
findBiggest(foo_summary_dt, nbiggest, n_foo)
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. |
a data.table containing the biggest families in the pedigree.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.