snipR implements the Sorted NeIghborhoods for Pedigrees (SNIP) algorithm for deduplicating pedigree data.
You can install snipR from GitHub with:
# install.packages("devtools")
devtools::install_github("bayesmendel/snipR")
If you encounter a bug, please file a minimal reproducible example on github.
To get started, please read the intro vignette:
vignette("Introduction", package = "snipR")
.