Skip to content

Python version of Factored Spectrally Transformed Linear Mixed Models

License

Notifications You must be signed in to change notification settings

fastlmm/FaST-LMM

 
 

Repository files navigation

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:https://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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.5%
  • Other 0.5%