A series of functions to generate a pedigree around a given person with a known genetic mutation, based on US census data. Pedigree will also track mutation status of all members. Pedigree is built down to children, back to grandparents, and out to cousins. There is also a function to generate pedigrees without genetic mutations.
You can install the development, GitHub version of this package with:
# install.packages("remotes")
remotes::install_github("katelynqueen98/GenerateIndexPedigree")