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

https://github.com/bschilder/threewaytest

Summary statistics-based association test for identifying the pleiotropic effects with set of genetic variants
https://github.com/bschilder/threewaytest

genomics pleiotropy r-package statistical-genetics

Last synced: 6 months ago
JSON representation

Summary statistics-based association test for identifying the pleiotropic effects with set of genetic variants

Awesome Lists containing this project

README

          

---
title: ""
author: "`r rworkflows::use_badges()`"
date: "

README updated: `r format(Sys.Date(), '%b-%d-%Y')`

"
output:
github_document
---

```{r, echo=FALSE, include=FALSE}
pkg <- read.dcf("DESCRIPTION", fields = "Package")[1]
title <- read.dcf("DESCRIPTION", fields = "Title")[1]
description <- gsub("\n"," ",read.dcf("DESCRIPTION", fields = "Description")[1])
URL <- read.dcf('DESCRIPTION', fields = 'URL')[1]
owner <- strsplit(URL,"/")[[1]][4]
repo <- strsplit(URL,"/")[[1]][5]
```

# Introduction

This Repository contains code and simulation for Three way test in submitted paper.

## ``r pkg``: `r title`

### `r description`

If you use ``r pkg``, please cite:

> `r utils::citation(pkg)$textVersion`

## Installation

```R
if(!require("remotes")) install.packages("remotes")

remotes::install_github("`r paste(owner,repo,sep='/')`")
library(`r pkg`)
```
## Documentation

### [Website](https://`r owner`.github.io/`r repo`)
### [Getting started](https://`r owner`.github.io/`r repo`/articles/`r pkg`)
### [Docker/Singularity containers](https://`r owner`.github.io/`r repo`/articles/docker)


## Contact

For any more detailed questions, please contact: budeliang@yeah.net