Installation guide¶
Main package¶
To install the stable version of our tool, please directly use pip install:
1pip install ResPAN
Or if you intend to install the developing version of our tool, please use git bash:
1git clone https://github.com/AprilYuge/ResPAN.git
Note
To avoid potential dependency conflicts, installing within a conda environment is recommended.
Optional dependencies¶
Package |
Version |
|---|---|
numpy |
1.18.1 |
pandas |
1.3.5 |
scipy |
1.8.0 |
scanpy |
1.8.2 |
pytorch |
1.10.2+cu11 |