Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/weinstockj/gwassim

Code for an R package to simulate GWAS data and implements gene-based tests
https://github.com/weinstockj/gwassim

Last synced: about 1 month ago
JSON representation

Code for an R package to simulate GWAS data and implements gene-based tests

Awesome Lists containing this project

README

        

gwassim
========

Simulating data for analysis of gene-based tests for GWAS analysis. Please see analyses/main.R for example usage, as well as R/gene_based_tests.R for implementation of available tests. Package is currently under development.

Can install using the devtools package, i.e.
```{r}
library("devtools")
devtools::install_github("weinstockj/gwassim")
```