Analysis of brighfield images of colonoids growing in Matrigel droplets to extract morphological features and object counts.
-
In order to run these Jupyter notebooks and .py scripts you will need to familiarize yourself with the use of Python virtual environments using Mamba. See instructions here.
-
Then you will need to create a virtual environment either using the following command or recreate the environment from the .yml file you can find in the envs folder:
mamba create -n napari-devbio python=3.9 devbio-napari plotly pyqt -c conda-forge
-
Create a data folder in the root directory. Place all of your folders inside the
./data/
directory. -
Activate your venv and launch a JupyterLab server by typing this in your command line prompt:
mamba activate napari-devbio
jupyter lab
-
Open
1_image_analysis.ipynb
and run all cells.