python software wrapper for dimensionality reduction analysis of neuronal network dynamics recorded with calcium imaging.
1. generation - for generating and simulating artificial neuronal networks based on point processes
2. analysis - for analyzing data collected with calcium imaging
- git clone https://github.com/dannycarbonero/CaNetiCs/
- cd CaNetiCs
- conda env create -f environment.yml -n "YOUR ENVIRONMENT NAME"
- conda activate "YOUR ENVIRONMENT NAME"
- pip install
- Correlation Analysis: numpy
- Granger Causality: stattstools
- Statistical Testing: scipy.stats