git clone https://github.com/imyiningliu/cellstitch.git
cd cellstitch
pip install -e .
Our implementation of the algorithm is in ./cellstitch/
; you can git clone our repository and install the package locally. Example usage can be found here.
git clone https://github.com/imyiningliu/cellstitch.git
cd cellstitch
pip install -e .
Our implementation of the algorithm is in ./cellstitch/
; you can git clone our repository and install the package locally. Example usage can be found here.