Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kenhanscombe/associatr

Genetic Association Plots
https://github.com/kenhanscombe/associatr

genetic-association-plots kcl-sgu manhattan-plot region-plot

Last synced: 18 days ago
JSON representation

Genetic Association Plots

Awesome Lists containing this project

README

        

# associatr: Genetic Association Plots

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![Travis build status](https://travis-ci.com/kenhanscombe/associatr.svg?branch=master)](https://travis-ci.com/kenhanscombe/associatr)
[![Codecov test coverage](https://codecov.io/gh/kenhanscombe/associatr/branch/master/graph/badge.svg)](https://codecov.io/gh/kenhanscombe/associatr?branch=master)

## Overview

associatr is an R package for manhattan and regional plots. By default
only variants with p < 0.001 are plotted in the manhattan plot. Region
plots use LDlinkR to retrieve LD and SQL queries to UCSC genome browser
to get biological context.

## Installation

```{R}
devtools::install_github("kenhanscombe/associatr", dependencies = TRUE, force = TRUE)
```

**Note**. `region` requires an
[LDlinkR personal access token](https://cran.r-project.org/web/packages/LDlinkR/vignettes/LDlinkR_vignette_v8-2_TM.html).
[Request token](https://ldlink.nci.nih.gov/?tab=apiaccess.).