Code for MERFISH analysis
Please refer to the documentation.
You need to have Python 3.8 or newer installed on your system. If you don't have Python installed, we recommend installing Miniconda.
- Install the newest version
pip install git+https://github.com/lhqing/merfishing.git@main
- Install the development version
git clone https://github.com/lhqing/merfishing.git
cd merfishing
pip install -e ".[test,dev]"