Package 'genetics.binaRies'

Title: Binaries for Tools Used in Genetics in an R Package
Description: A convenient way to make binaries such as plink, bcftools, and others available to other packages. This package forms part of the MRC IEU OpenGWAS system. The system includes other R packages, including; gwasglue, ieugwasr, gwasvcf, and TwoSampleMR.
Authors: Gibran Hemani [aut, cre] , Tom Palmer [aut]
Maintainer: Gibran Hemani <[email protected]>
License: MIT + file LICENSE
Version: 0.1.1
Built: 2024-09-14 05:07:40 UTC
Source: https://github.com/MRCIEU/genetics.binaRies

Help Index


Find binary for bcftools

Description

Find binary for bcftools

Usage

get_bcftools_binary()

Value

Path to bcftools

Examples

if (Sys.info()[["sysname"]] != "Windows") get_bcftools_binary()

Find binary for gcta

Description

Find binary for gcta

Usage

get_gcta_binary()

Value

path to gcta

Examples

get_gcta_binary()