This repository contains code for implementing the RRS method initially described in the paper:
https://doi.org/10.1038/s41598-019-39962-0
https://www.nature.com/articles/s41598-019-39962-0
Random-Reaction-Seed Method for Automated Identification of Neurite Elongation and Branching
by Alvason L., Lawrance C., and Jia Z., (2019)
This code is written and tested in Python 3.6.5. The required Python libaries are:
- NumPy
- SciPy
- Matplotlib
clone git https://github.com/alvason/identifying_neurite_by_RRS.git
This repository is maintained by @alvason.