Skip to content

limix/lim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lim

PyPI-License PyPI-Version Documentation Status

Lim is an efficient implementation of Generalized Linear Mixed Models for genomic analysis.

Install

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

Running the tests

After installation, you can test it

python -c "import lim; lim.test()"

as long as you have pytest.

Documentation

Refer to the documentation for detailed information.

Authors

License

This project is licensed under the MIT License -- see the LICENSE file for details.

About

Lim is an efficient implementation of Generalized Linear Mixed Models for genomic analysis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages