https://github.com/limix/limix-genetics
Genetic-related tools for Limix.
https://github.com/limix/limix-genetics
Last synced: 10 months ago
JSON representation
Genetic-related tools for Limix.
- Host: GitHub
- URL: https://github.com/limix/limix-genetics
- Owner: limix
- License: mit
- Created: 2016-12-06T20:26:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-14T13:26:52.000Z (over 9 years ago)
- Last Synced: 2025-03-09T21:06:20.723Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# limix-genetics
[](https://pypi.python.org/pypi/limix-genetics/)
[](https://pypi.python.org/pypi/limix-genetics/)
[](https://limix-genetics.readthedocs.io/en/latest/)
Genetic-related tools for Limix.
## Install
The recommended way of installing it is via
[conda](http://conda.pydata.org/docs/index.html)
```bash
conda install -c conda-forge limix-genetics
```
An alternative way would be via pip
```bash
pip install limix-genetics
```
Refer to [documentation](http://limix-genetics.readthedocs.io/en/latest/)
for more information.
## Running the tests
After installation, you can test it
```
python -c "import limix_genetics; limix_genetics.test()"
```
as long as you have [pytest](http://docs.pytest.org/en/latest/).
## Authors
* **Danilo Horta** - [https://github.com/Horta](https://github.com/Horta)
## License
This project is licensed under the MIT License - see the
[LICENSE](LICENSE) file for details