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
- Host: GitHub
- URL: https://github.com/bschilder/threewaytest
- Owner: bschilder
- Created: 2023-02-17T11:32:47.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T13:48:35.000Z (almost 3 years ago)
- Last Synced: 2025-04-03T03:19:53.892Z (9 months ago)
- Topics: genomics, pleiotropy, r-package, statistical-genetics
- Language: R
- Homepage:
- Size: 25.7 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
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