https://github.com/openmendel/mendelbase.jl
MendelBase contains the base functions of OpenMendel.
https://github.com/openmendel/mendelbase.jl
Last synced: 11 months ago
JSON representation
MendelBase contains the base functions of OpenMendel.
- Host: GitHub
- URL: https://github.com/openmendel/mendelbase.jl
- Owner: OpenMendel
- License: mit
- Created: 2016-07-14T09:19:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-07-24T17:55:00.000Z (almost 4 years ago)
- Last Synced: 2025-01-25T09:42:07.376Z (over 1 year ago)
- Language: Julia
- Size: 224 KB
- Stars: 5
- Watchers: 10
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MendelBase
MendelBase includes all the base functions of [OpenMendel](https://openmendel.github.io). It includes useful utilities such as functions to process keywords that specify the data files to use and the analysis options to perform, and functions to read data from external files.
[](https://OpenMendel.github.io/MendelBase.jl)
## Installation
*Note: The three OpenMendel packages (1) [SnpArrays](https://openmendel.github.io/SnpArrays.jl/latest/), (2) [MendelSearch](https://openmendel.github.io/MendelSearch.jl), and (3) [MendelBase](https://openmendel.github.io/MendelBase.jl) must be installed before any other OpenMendel package will run. It is easiest if these three packages are installed in the above order and before any other OpenMendel package.*
Within Julia, use the package manager to install MendelBase:
pkg> add https://github.com/OpenMendel/MendelBase.jl
This package supports Julia v1.0+
## Citation
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.