Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 890 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 890 Bytes

Multi-Omics Factor Analysis

PyPi version

MOFA is a factor analysis model that provides a general framework for the integration of multi-omic data sets in an unsupervised fashion.
This repository contains mofapy2 Python library source code.

Please visit our website for details, tutorials, and much more.

Installation

Install the stable version from the Python Package Index:

pip install mofapy2

Or install the latest development version from the repository:

pip install git+https://github.com/bioFAM/mofapy2@dev --force-reinstall --no-deps