Description
Utilities for SNP-Based Kinship Analysis.
Description
Utilities for single nucleotide polymorphism (SNP) based kinship analysis testing and evaluation. The 'skater' package contains functions for importing, parsing, and analyzing pedigree data, performing relationship degree inference, benchmarking relationship degree classification, and summarizing identity by descent (IBD) segment data. Package functions and methods are described in Turner et al. (2021) "skater: An R package for SNP-based Kinship Analysis, Testing, and Evaluation" <doi:10.1101/2021.07.21.453083>.
README.md
skater
SNP-based Kinship Analysis Testing and Evaluation: miscellaneous R data analysis utilties.
Installation
Install stable release from CRAN:
install.packages("skater")
Install development version from GitHub:
remotes::install_github("signaturescience/skater", build_vignettes=TRUE)
Usage
The “Basic Usage” vignette steps through the primary functionality of the skater
package:
vignette("basic_usage", package = "skater")
Full documentation: https://signaturescience.github.io/skater/.