Lim is an efficient implementation of Generalized Linear Mixed Models for genomic analysis.
The recommended way of installing it is via conda
conda install -c conda-forge limix-inference
conda install h5py pandas tabulate pytest
and then
pip install lim
After installation, you can test it
python -c "import lim; lim.test()"
as long as you have pytest.
Refer to the documentation for detailed information.
- Christoph Lippert - https://github.com/clippert
- Danilo Horta - https://github.com/Horta
- Oliver Stegle - https://github.com/ostegle
- Paolo Francesco Casale - https://github.com/fpcasale
This project is licensed under the MIT License -- see the LICENSE file for details.