Metadata-Version: 1.1
Name: limix-inference
Version: 1.1.4
Summary: Fast inference for Generalized Linear Mixed Models.
Home-page: https://github.com/glimix/limix-inference
Author: Limix Developers
Author-email: horta@ebi.ac.uk
License: MIT
Description: limix-inference
        ===============
        
        |PyPIl| |PyPIv| |Anaconda-Server Badge| |Documentation Status|
        
        Fast inference for Generalized Linear Mixed Models.
        
        Install
        -------
        
        The recommended way of installing it is via
        `conda <http://conda.pydata.org/docs/index.html>`__
        
        .. code:: bash
        
            conda install -c conda-forge limix-inference
        
        An alternative way would be via
        `pip <https://pypi.python.org/pypi/pip>`__. First you need to install
        `liknorm <http://liknorm.readthedocs.io/en/latest/>`__ library and then
        
        .. code:: bash
        
            pip install limix-inference
        
        Refer to
        `documentation <http://limix-inference.readthedocs.io/en/latest/>`__ for
        more information.
        
        Running the tests
        -----------------
        
        After installation, you can test it
        
        ::
        
            python -c "import limix_inference; limix_inference.test()"
        
        as long as you have `pytest <http://docs.pytest.org/en/latest/>`__.
        
        Authors
        -------
        
        -  **Danilo Horta** - https://github.com/Horta
        
        License
        -------
        
        This project is licensed under the MIT License - see the
        `LICENSE <LICENSE>`__ file for details
        
        .. |PyPIl| image:: https://img.shields.io/pypi/l/limix-inference.svg?style=flat-square
           :target: https://pypi.python.org/pypi/limix-inference/
        .. |PyPIv| image:: https://img.shields.io/pypi/v/limix-inference.svg?style=flat-square
           :target: https://pypi.python.org/pypi/limix-inference/
        .. |Anaconda-Server Badge| image:: https://anaconda.org/conda-forge/limix-inference/badges/version.svg
           :target: https://anaconda.org/conda-forge/limix-inference
        .. |Documentation Status| image:: https://readthedocs.org/projects/limix-inference/badge/?style=flat-square&version=latest
           :target: https://limix-inference.readthedocs.io/en/latest/
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
