scMagnify is a computational framework to infer GRNs and explore dynamic regulation synergy from single-cell multiome data.
- Infer
multi-scale dynamic GRNsvia nonlinear Granger causality, enabling the identification of key regulators and quantification of their regulation lags. - Decompose GRNs into combinatorial regulatory modules (
RegFactors) via tensor decomposition. - Estimate
regulatory activityfor TFs and RegFactors via decoupler. - Map signaling-to-transcription cascades linking microenvironment cues to
intracellular regulation.
Please refer to the documentation, in particular, the API documentation.
You need to have Python 3.10 or newer installed on your system. If you don't have Python installed, we recommend installing uv.
There are several alternative options to install scMagnify:
- Install the latest release of
scMagnifyfrom PyPI:
uv pip install scmagnify- Install the latest stable version from conda-forge using mamba or conda
mamba create -n=scm conda-forge::scmagnify- Install the latest development version:
uv pip install git+https://github.com/LiHongCSBLab/scMagnify.git@mainSee the changelog.
For questions and help requests, you can reach out in the scverse discourse. If you found a bug, please use the issue tracker.
t.b.a

