Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/weinstockj/gwassim
- Owner: weinstockj
- Created: 2014-10-29T18:10:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-15T23:52:42.000Z (almost 8 years ago)
- Last Synced: 2024-04-25T02:34:20.060Z (8 months ago)
- Language: R
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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")
```