Metadata-Version: 1.0
Name: struct-lmm
Version: 0.0.7
Summary: Linear mixed model to study multivariate genotype-environment interactions
Home-page: https://github.com/limix/struct-lmm
Author: StructLMM developers
Author-email: casale@ebi.ac.uk
License: Apache License 2.0'
Description-Content-Type: UNKNOWN
Description: struct-lmm
        ==========
        
        The structured linear mixed model (StructLMM) is a computationally
        efficient method to test for and characterize loci that interact with
        multiple environments.
        
        See link for more details.
        
        Install
        -------
        
        -  Create a new environment in
           `conda <https://conda.io/docs/index.html>`__
           ``bash   conda create -n struct-lmm python=2.7   source activate struct-lmm``
        
        -  install dependencies
           ``conda install -c conda-forge limix r r-base r-essentials rpy2 r-compquadform sphinx sphinx_rtd_theme``
        
        -  install struct-lmm (hopefully all tests pass)
           ``bash   git clone https://github.com/limix/struct-lmm.git   cd struct-lmm   python setup.py install``
        
        -  install documentation
           ``bash   cd doc   make html   open _build/html/index.html``
        
        Documentation
        -------------
        
        Documentation is available in struct-lmm/doc/html/index.html.
        
        Problems
        --------
        
        If you encounter any issue, please `submit
        it <https://github.com/limix/struct-lmm/issues>`__.
        
        Authors
        -------
        
        -  **Francesco Paolo Casale** - https://github.com/fpcasale
        -  **Rachel Moore** - https://github.com/rm18
        
        License
        -------
        
        This project is licensed under the Apache License (Version 2.0, January
        2004) - see the `LICENSE <LICENSE>`__ file for details
        
Platform: UNKNOWN
