Please refer to the documentation. In particular, the
and the tutorials:
Please also check out our sample prediction pipeline, which contains MultiMIL and several other baselines.
You need to have Python 3.12 or newer installed on your system. We recommend using uv for environment management.
Install the latest release of multimil from PyPI:
uv pip install multimilOr install the latest development version:
uv pip install git+https://github.com/theislab/multimil.git@mainAlternatively, with plain pip:
pip install multimilSee the changelog.
If you found a bug, please use the issue tracker.
Weakly supervised learning uncovers phenotypic signatures in single-cell data
Anastasia Litinetskaya, Soroor Hediyeh-zadeh, Amir Ali Moinfar, Mohammad Lotfollahi, Fabian J. Theis
bioRxiv 2024.07.29.605625; doi: https://doi.org/10.1101/2024.07.29.605625
Code and notebooks to reproduce the results from the paper are available at theislab/multimil_reproducibility.