https://github.com/openmendel/ordinalgwas.jl
Genome-wide association studies (GWAS) for ordered categorical phenotypes
https://github.com/openmendel/ordinalgwas.jl
gwas ordered-multinomial-models proportional-odds-regression
Last synced: 7 months ago
JSON representation
Genome-wide association studies (GWAS) for ordered categorical phenotypes
- Host: GitHub
- URL: https://github.com/openmendel/ordinalgwas.jl
- Owner: OpenMendel
- License: mit
- Created: 2018-04-14T23:26:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T02:05:18.000Z (over 1 year ago)
- Last Synced: 2024-04-14T00:57:22.318Z (over 1 year ago)
- Topics: gwas, ordered-multinomial-models, proportional-odds-regression
- Language: Julia
- Homepage: https://openmendel.github.io/OrdinalGWAS.jl/latest/
- Size: 3.86 MB
- Stars: 20
- Watchers: 6
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OrdinalGWAS
| **Documentation** | **Build Status** | **Code Coverage** |
|-------------------|------------------|--------------------|
| [](https://OpenMendel.github.io/OrdinalGWAS.jl/stable) [](https://OpenMendel.github.io/OrdinalGWAS.jl/latest) | [](https://github.com/OpenMendel/OrdinalGWAS.jl/actions) | [](https://coveralls.io/github/OpenMendel/OrdinalGWAS.jl?branch=master) [](https://codecov.io/gh/OpenMendel/OrdinalGWAS.jl) |OrdinalGWAS.jl is a Julia package for performing genome-wide association studies (GWAS) for ordered categorical phenotypes. It is useful when the phenotype takes ordered discrete values, e.g., disease status (undiagnosed, pre-disease, mild, moderate, severe). It runs efficiently and scales well to very large datasets. The package currently supports [PLINK](https://zzz.bwh.harvard.edu/plink/), [VCF](https://en.wikipedia.org/wiki/Variant_Call_Format) (both dosage and genotype data) file formats, and [BGEN](https://www.well.ox.ac.uk/~gav/bgen_format/) file formats. We plan to add [PGEN](https://www.cog-genomics.org/plink/2.0/formats#pgen) support in the future.
OrdinalGWAS.jl supports Julia v1.6 or later. See the [documentation](https://openmendel.github.io/OrdinalGWAS.jl/latest/) for usage.
[](https://OpenMendel.github.io/OrdinalGWAS.jl/stable) [](https://OpenMendel.github.io/OrdinalGWAS.jl/latest)OrdinalGWAS.jl needs the following steps to install.
```{julia}
using Pkg
pkg"add OrdinalGWAS"
```## Citation
The methods and applications of this software package are detailed in the following publication:
*German CA, Sinsheimer JS, Klimentidis YC, Zhou H, Zhou JJ. Ordered multinomial regression for genetic association analysis of ordinal phenotypes at Biobank scale. Genet Epidemiol. 2020 Apr;44(3):248-260. doi: 10.1002/gepi.22276. Epub 2019 Dec 26. PMID: 31879980; PMCID: [PMC8256450](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8256450/).*
If you use [OpenMendel](https://openmendel.github.io) analysis packages in your research, please cite the following reference in the resulting publications:
*Zhou H, Sinsheimer JS, Bates DM, Chu BB, German CA, Ji SS, Keys KL, Kim J, Ko S, Mosher GD, Papp JC, Sobel EM, Zhai J, Zhou JJ, Lange K. OPENMENDEL: a cooperative programming project for statistical genetics. Hum Genet. 2020 Jan;139(1):61-71. doi: 10.1007/s00439-019-02001-z. Epub 2019 Mar 26. PMID: 30915546; PMCID: [PMC6763373](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6763373/).*
## Acknowledgments
This project has been supported by the National Institutes of Health under awards R01GM053275, R01HG006139, R25GM103774, and 1R25HG011845.