Installation guide
The scmmib package can be installed via following 2 steps:
1. Preparing the envrionment. - Option 1:/ install minimum dependencies by pip.
1pip install scib scglue scanpy
Option 2 (recomended): install all dependencies with conda.
1conda env create -f scmmib_env.yml
2conda activate scmmib
Install scmmib package.
1# download SCMMIB
2git clone https://github.com/bm2-lab/SCMMI_Benchmark
3# set dir to folder
4cd SCMMI_benchmark
5pip install .
Test the installation in python
1import scmmib
2scmmib.__version__