The genetest
module includes a script that will perform various statistical
analysis on genetics data (e.g. hard calls, imputed data, etc.).
The tool requires a standard Python installation (3.4 or higher are supported) with the following modules:
- numpy version 1.12 or latest
- pandas version 0.19 or latest
- stasmodels version 0.8 or latest
- grako version 3.10 or latest
- geneparse version 0.1 or latest
The tool has been tested on Linux only, but should work on MacOS operating systems as well.
Documentation is available at http://pgxcentre.github.io/genetest/.
Using pip
:
pip install genetest
To update the module using pip
:
pip install -U genetest
To test the module, just perform the following command:
$ python -m genetest.tests
...
----------------------------------------------------------------------
Ran 104 tests in 1.684s
OK (skipped=41, expected failures=1)