Skip to content

Releases: ludwigHoon/minSNPs

Release list

Initial Release

Choose a tag to compare

@ludwigHoon ludwigHoon released this 23 Aug 05:41

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")