Codes for generating figures presented in the All-active manuscript.
To run all the scripts and notebooks you need to install the code as a package.
pip install git+https://github.com/AllenInstitute/All-active-Manuscript # install directly from the repository
or
git clone https://github.com/AllenInstitute/All-active-Manuscript # clone repository from github
cd All-active-Manuscript
pip install -e . # install in editable mode
- Python 3.5+
- All-active-Workflow
- Pandas
- Seaborn
- Statsmodels
We are planning on occasional updating this tool with no fixed schedule. Community involvement is encouraged through both issues and pull requests.