Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 412 Bytes

README.rst

File metadata and controls

15 lines (10 loc) · 412 Bytes

FABIA

Fabia is a biclustering algorithm based on matrix factorization, first published in:

FABIA: Factor Analysis for Bicluster Acquisition, Sepp Hochreiter et al, Bioinformatics 2010

This implementation conforms to the scikit-learn biclustering API. It requires scipy 0.16 or higher, scikit-learn >= 0.16 as well as Cython to work.

License

this package is licensed under a GPL v2 license.