minSNPs
Resolution-Optimised SNPs Searcher
This is a R implementation of "Minimum SNPs" software as described in "Price E.P., Inman-Bamber, J., Thiruvenkataswamy, V., Huygens, F and Giffard, P.M." (2007) <doi:10.1186/1471-2105-8-278> "Computer-aided identification of polymorphism sets diagnostic for groups of bacterial and viral genetic variants."
README
# minSNPs Package



***
For manual, see [here](https://github.com/ludwigHoon/minSNPs/blob/master/docs/usermanual.pdf).
This is a rebuilt version of minSNPs. Its functionality is similar to the original repository, but has cleaner code and less dependencies.
The package has a dependency that is not in CRAN, but in BioC. In order for R to install that, you need to enable BioC repository, this can be done by running `setRepositories()` and selecting both CRAN & BioC Software.
This is a simple install script for R packages:
```R
if (!require("minSNPs", quietly = TRUE)){
if (!require("BiocParallel", quietly = TRUE)){
if (!require("BiocManager", quietly = TRUE)){
install.packages("BiocManager")
}
BiocManager::install("BiocParallel")
}
install.packages("minSNPs")
}
```
See [standard workflow](https://github.com/ludwigHoon/minSNPs/blob/master/minsnps_standard_workflow.R) or [standard workflow in Google colab](https://colab.research.google.com/drive/15MQFZIGzrnFy12XpUJ3345_VLqPGwgl1?usp=sharing) for quick start.Versions across snapshots
| Version | Repository | File | Size |
|---|---|---|---|
0.2.0 |
rolling linux/jammy R-4.5 | minSNPs_0.2.0.tar.gz |
815.7 KiB |
0.2.0 |
rolling linux/noble R-4.5 | minSNPs_0.2.0.tar.gz |
815.7 KiB |
0.2.0 |
rolling source/ R- | minSNPs_0.2.0.tar.gz |
815.7 KiB |
0.2.0 |
latest linux/jammy R-4.5 | minSNPs_0.2.0.tar.gz |
815.7 KiB |
0.2.0 |
latest linux/noble R-4.5 | minSNPs_0.2.0.tar.gz |
815.7 KiB |
0.2.0 |
latest source/ R- | minSNPs_0.2.0.tar.gz |
815.7 KiB |
0.2.0 |
2026-04-26 source/ R- | minSNPs_0.2.0.tar.gz |
815.7 KiB |
0.2.0 |
2026-04-23 source/ R- | minSNPs_0.2.0.tar.gz |
815.7 KiB |
0.2.0 |
2025-04-20 source/ R- | minSNPs_0.2.0.tar.gz |
815.7 KiB |