Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 636 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 636 Bytes

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