Assign Family IDs
Add a column with family IDs (FIDs) to a pedigree, with each number denoting a cluster of connected individuals.
FindFamilies(Ped = NULL, SeqList = NULL, UseMaybeRel = FALSE)
Ped |
dataframe with columns id - parent1 - parent2; only the first 3 columns will be used. |
SeqList |
list as returned by |
UseMaybeRel |
use |
This function repeatedly finds all ancestors and all descendants of each individual in turn, and ensures they all have the same Family ID. Not all connected individuals are related, e.g. all grandparents of an individual will have the same FID, but will typically be unrelated.
When UseMaybeRel = TRUE, probable relatives are added to existing family clusters, or existing family clusters may be linked together. Currently no additional family clusters are created.
A dataframe with the provided pedigree, with a column 'FID' added.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.