A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/ludwigHoon/minSNPs below:

GitHub - ludwigHoon/minSNPs: MinSNPs - a R package for identifying optimised SNPs set.

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.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4