Skip to contents

The goal of ukbAid is to help our research group at Steno Diabetes Center Aarhus (SDCA) that is working on the UK Biobank (UKB) on the research analysis platform (RAP).

This package and the general workflow we are using will help us be as reproducible as possible, but without sharing any data that is not permitted. It’s a way for us to start moving in the direction of better research practices. More details are on the website.

Installation

You can install the development version of ukbAid inside RStudio in the R Console like so:

# Install pak if not installed already.
# install.packages("pak")
pak::pak("steno-aarhus/ukbAid")