yoonsucho / CAMERA

Mendelian Randomization approach using Cross Ancestral Model
Other
6 stars 5 forks source link

CAMERA

The goal of CAMERA is to estimate causal effects using summary statistics in multiple ancestries. CAMERA provides:

1) Selecting genetic instruments for multiple populations. 2) Estimating the causal effect where exposure and outcome summary statistics are from different ancestral populations. 3) Jointly modelling causal and pleiotropic effects across multiple populations.

Installation

You can install the released / development version of CAMERA from GitHub with:

install.packages("remotes")
remotes::install_github("universe77/CAMERA")

Example

A basic example is provided in a vignette.