We are interested in the effects of a mutant gene on retinal blood vessels in mice.
You can click the Binder badge to play around with the Jupyter notebooks.
You should have Anaconda
After cloning this directory, you can re-create the environment from the environment.yml
file
with conda
via your terminal or Anaconda prompt.
conda env create -f environment.yml
Once the environment has been created, you can activate it via the following OS dependent commands:
Windows: activate angio
Mac OS X/Linux: source activate angio
For more information, see conda docs.
This project is licensed under the MIT License - see the LICENSE.md file for details
- William Giang