|
a |
|
b/README.md |
|
|
1 |
# Multi-Omics Factor Analysis |
|
|
2 |
|
|
|
3 |
[](https://pypi.org/project/mofapy2) |
|
|
4 |
|
|
|
5 |
MOFA is a factor analysis model that provides a general framework for the integration of multi-omic data sets in an unsupervised fashion. |
|
|
6 |
This repository contains `mofapy2` Python library source code. |
|
|
7 |
|
|
|
8 |
- For the downstream analysis in Python please check the mofax package: https://github.com/bioFAM/mofax |
|
|
9 |
- For the downstream analysis in R please check the MOFA2 package: https://github.com/bioFAM/MOFA2 |
|
|
10 |
|
|
|
11 |
Please [visit our website](https://biofam.github.io/MOFA2/) for details, tutorials, and much more. |
|
|
12 |
|
|
|
13 |
## Installation |
|
|
14 |
|
|
|
15 |
Install the stable version from the Python Package Index: |
|
|
16 |
``` |
|
|
17 |
pip install mofapy2 |
|
|
18 |
``` |
|
|
19 |
|
|
|
20 |
Or install the latest development version from the repository: |
|
|
21 |
``` |
|
|
22 |
pip install git+https://github.com/bioFAM/mofapy2@dev --force-reinstall --no-deps |
|
|
23 |
``` |
|
|
24 |
|
|
|
25 |
|