-
Notifications
You must be signed in to change notification settings - Fork 12
/
README
executable file
·45 lines (30 loc) · 1.53 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# LIMIX
## What is LIMIX?
LIMIX is a flexible and efficient linear mixed model library with interfaces to Python.
Limix is currently mainly developed by
Franceso Paolo Casale ([email protected])
Danilo Horta ([email protected])
Christoph Lippert ([email protected])
Oliver Stegle ([email protected])
## Philosophy
Genomic analyses require flexible models that can be adapted to the needs of the user.
LIMIX is smart about how particular models are fit to safe computational cost.
## Installation:
* Recommended is an installation via pypi.
* pip install limix will work on most systems.
* LIMIX is particular easy to install using the anaconda python distribution: https://store.continuum.io/cshop/anaconda.
* If you want to install LIMIX from source you require:
Python:
- scipy, numpy, pandas, cython
* Swig:
- swig 2.0 or higher (only required if you need to recompile C++ interfaces)
## How to use LIMIX?
A good starting point is our package Vignettes. These tutorials can are available in this repository: https://github.com/PMBio/limix-tutorials.
The main package vignette can also be viewed using the ipython notebook viewer:
http://nbviewer.ipython.org/github/pmbio/limix-tutorials/blob/master/index.ipynb.
Alternative the sources file is available in the separate LIMIX tutorial repository:
https://github.com/PMBio/limix-tutorials
## Problems ?
If you want to use LIMIX and encounter any issues, please contact us by email: [email protected]
## License
See [LICENSE] https://github.com/PMBio/limix/blob/master/license.txt