/genetics.binaRies

Binaries for tools used in genetics in an R package

Primary LanguageROtherNOASSERTION

genetics.binaRies

R-CMD-check

The goal of genetics.binaRies is to provide a convenient way to make binaries such as plink, bcftools, and gcta available to other packages in the MRC IEU OpenGWAS system.

Installation

You can install the development version of genetics.binaRies from GitHub with:

if (!requireNamespace("remotes", quietly = TRUE)) install.packages("remotes")
remotes::install_github("MRCIEU/genetics.binaRies")