fastlmm / FaST-LMM

Python version of Factored Spectrally Transformed Linear Mixed Models

Home Page:https://fastlmm.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FaST-LMM

FaST-LMM, which stands for Factored Spectrally Transformed Linear Mixed Models, is a program for performing genome-wide association studies (GWAS) on datasets of all sizes, up to one millions samples.

This release contains the following features, each illustrated with an IPython notebook.

Improvements:

A C++ version, which is generally less functional, is available. See http://fastlmm.github.io/.

Quick install:

pip install fastlmm

If you need support for BGEN files, instead do:

pip install fastlmm[bgen]

For best performance, be sure your Python distribution includes a fast version of NumPy. We use Anaconda's Miniconda.

Documentation

Code

Contacts

About

Python version of Factored Spectrally Transformed Linear Mixed Models

https://fastlmm.github.io/

License:Apache License 2.0


Languages

Language:Python 99.4%Language:Makefile 0.4%Language:Batchfile 0.1%Language:Dockerfile 0.0%