-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #137 from roramirezf/gh-pages
MOFAcell documentation
- Loading branch information
Showing
3 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
layout: default | ||
title: Multicellular Factor Analysis - Repurposing MOFA for multicellular integration | ||
--- | ||
|
||
Cross-condition single-cell omics data profile the variability of cells across cell-types, patients, and conditions. Multicellular factor analysis (MOFAcell) repurposes MOFA to estimate cross-condition multicellular programs from single-cell data. These multicellular programs represent coordinated molecular changes occurring in multiple cells and can be used for the unsupervised analysis of samples in single-cell data of multiple samples and conditions. The flexibility in view creation allows the inclusion of structural (eg. spatial dependencies) or communication tissue-level views in the inference of multicellular programs. Leveraging on MOFA’s structured regularization MOFAcell is also suitable for meta-analysis and the joint modeling of independent studies. | ||
|
||
<p align="center"> | ||
<img src="images/MOFAcellFig.png" width="60%"/> | ||
</p> | ||
|
||
For more details you can read our paper: \n | ||
|
||
- [*Multicellular factor analysis of single-cell data for a tissue-centric understanding of disease (eLife 2023)*](https://elifesciences.org/articles/93161) | ||
|
||
## Use | ||
|
||
We have created a complementary R package [MOFAcellulaR](https://github.com/saezlab/MOFAcellulaR) that contains helper fuctions to prepare your single-cell data for a multicellular factor analysis with MOFA. | ||
|
||
A python implementation with [muon](https://muon.scverse.org/) is available through [liana-py](https://liana-py.readthedocs.io/en/latest/index.html) | ||
|
||
## Tutorials/Vignettes | ||
* [**Running a multicellular factor analysis in a cross-condition single-cell atlas**](https://saezlab.github.io/MOFAcellulaR/articles/get-started.html): illustration of the method with a toy example | ||
|
||
### Python Tutorials | ||
* [**Running a multicellular factor analysis in a cross-condition single-cell atlas**](https://liana-py.readthedocs.io/en/latest/notebooks/mofacellular.html): illustration of the method with real data | ||
* [**Multicellular factor analysis for intercellular context factorization**](https://liana-py.readthedocs.io/en/latest/notebooks/mofatalk.html): inference of multicellular programs from cell-cell communication inference scores |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters