Metadata-Version: 2.1
Name: limmbo
Version: 0.1.5
Summary: Linear mixed model bootstrapping
Home-page: https://github.com/HannahVMeyer/limmbo
Author: Hannah Meyer
Author-email: hmeyer@cshl.edu
Maintainer: Hannah Meyer
Maintainer-email: hmeyer@cshl.edu
License: Apache License 2.0
Download-URL: https://github.com/HannahVMeyer/limmbo
Keywords: lmm,bootstrapping
Platform: Windows
Platform: MacOS
Platform: POSIX
Platform: POSIX :: Linux
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.14.5)
Requires-Dist: scipy (>=1.0.0)
Requires-Dist: matplotlib
Requires-Dist: Cython (>=0.28.3)
Requires-Dist: multiprocess
Requires-Dist: pathos
Requires-Dist: bottleneck (>=1.2.1)
Requires-Dist: scipy-sugar (>=1.0.4)
Requires-Dist: limix (==1.0.18)
Requires-Dist: limix-legacy (==0.8.12)

# LiMMBo

LiMMBo enables multivariate analysis of high-dimensional phenotypes based on
linear mixed models with bootstrapping (LiMMBo). LiMMBo is available as an open
source Python module. It builds on and can be used in combination with
[LIMIX](https://github.com/limix/limix), a flexible and efficient linear mixed
model library with interfaces to Python.

A description of the public interface can be found [here
](https://limmbo.readthedocs.io/en/latest/index.html)

## Install

LiMMBo is available on the [Python Package Index](https://pypi.python.org).
LiMMBo is dependent on Limix [LIMIX](https://github.com/limix/limix), however
the latest Limix release does not include multi-variate models (see[issue 7](https://github.com/HannahVMeyer/limmbo/issues/7)).
While waiting for the updated Limix release please install as follows:

Install LIMIX with multi-variate support (v1.0.18):
```bash
pip3 install "limix<2"
```

After successful installation of LIMIX, simply install LiMMBo via
```bash
pip3 install limmbo
```
Recently, an R wrapper package for limmbo was created - this independent project
can be found [here](https://github.com/fboehm/limmbo2).

## Problems

If you encounter any issue, please, [submit them
](https://github.com/HannahVMeyer/limmbo/issues).


## License

This project is licensed under the Apache License (Version 2.0, January 2004) -
see the [LICENSE](LICENSE) file for details


