Releases: ludwigHoon/minSNPs
Releases · ludwigHoon/minSNPs
Release list
Initial Release
Before installing, there is an additional dependencies on BiocParallel, which may not be automatically resolved by install.packages in R.
To install the dependencies, either enable BioC repository by running:
setRepositories()and select both BioC software and CRAN, or run the following in R terminal:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("BiocParallel")