Single-cell multimodal integration pipeline for scRNA-seq + scATAC-seq with scGLUE and MOFA+
Single-Cell Multimodal Integration Pipeline for scRNA-seq + scATAC-seq
A complete end-to-end pipeline integrating paired scRNA-seq and scATAC-seq data (10x Multiome, SHARE-seq, SNARE-seq) using scGLUE and MOFA+, with automatic cell type annotation and gene regulatory network (GRN) inference.
.h5mu bundlepip install muon scanpy scglue anndata mofapy2 leidenalg python-igraph \
matplotlib seaborn pandas numpy scipy \
--break-system-packages -q
from multiome import run_multiome_skill
mdata, metrics, grn = run_multiome_skill(
out_dir="multiome_results_demo",
run_scglue=True,
run_mofa=True,
run_grn=True,
max_epochs=100 # reduce for faster demo
)