Skip to content
/ minSNPs Public

❗ This is a read-only mirror of the CRAN R package repository. minSNPs — Resolution-Optimised SNPs Searcher. Homepage: https://github.com/ludwigHoon/minSNPs

License

Notifications You must be signed in to change notification settings

cran/minSNPs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minSNPs Package

version licence last change


For manual, see here.

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:

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 or standard workflow in Google colab for quick start.

About

❗ This is a read-only mirror of the CRAN R package repository. minSNPs — Resolution-Optimised SNPs Searcher. Homepage: https://github.com/ludwigHoon/minSNPs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages