The aim of ROHStats is to analyze and visualize Runs of Homozygosity (ROH) from PLINK output.
You can install the development version of ROHStats from GitHub with:
library("remotes")
remotes::install_github("NajlaAbassi/ROHStats",
dependencies = TRUE, build_vignettes = TRUE)
If you encounter a bug, have usage questions, or want to share ideas and functionality to make this package better, feel free to file an issue.
MIT