Pipeline for quantifying cell numbers in gels. Written by Damian Dalle Nogare at the BioImage Analysis Infrastruture Unit of the National Facility for Data Handling and Analysis at Human Technopole, Milan. Licenced under BSD-3.
- Make a folder to store the pipeline files
- Navigate to that folder in a terminal window
- Initialize a git repository by typing
git init
- Pull the latest version of the pipeline using the command
git pull https://github.com/nobias-fht/erdmann-cell-counting
- Create a conda environment by typing
conda env create -f environment.yml
- In this folder, create a subfolder called
model
and place in it the model fileerdmamm
Before running, ensure that you have the latest version of the script by running the terminal command "git pull" from the folder you have the scripts installed in.
- Activate the environment by typing
conda activate cell_counting
- Run the command
python3 count_cells.py
- Follow the prompts to select the folder with the input files and the location to store the output files
For each input file, the model will output
- A downsampled version of the raw image, approximatley 15% of the size of the input image
- An image which contains every mask of a cell that was counted
In addition, a csv
file will be generated that contains, for each file, a count of the total number of cells