gwasglue2

November 23, 2022 ยท View on GitHub

Lifecycle: experimental Codecov test coverage R-CMD-check

This package is part of the OpenGWAS project. It aims to reduce friction between connecting GWAS summary data sources to a range of analytical tools. See the Strategy vignette for more information.

It aims to replace the original gwasglue package but it is still in early development.

Installation

You can install the development version of gwasglue2 from GitHub with:

if(!require("remotes"))
{
    install.packages("remotes")
}
remotes::install_github("MRCIEU/gwasglue2")