Skip to the content.

Detection of neurites and cell soma in phase contrast time lapse movies

This project was executed by Max Schelski from Frank Bradke’s Lab at DZNE Bonn.

Objective and outcome

To quantify outgrowth in primary neuronal cells, Max acquired various time lapse movies in phase contrast.

He trained a model with YAPiC using unet_2d for detection of

  1. cell soma (red)
  2. neurites (green)

The model is quite robust and can be applied to cells of different morphology and varying imaging conditions.

Look at the two example movies below: On the left, you see the input data. On the right, you see the YAPiC output. We have two channels, one for each output class (red: cell soma, green: neurite).

How to proceed from here?

To measure the actual length of neurites, an object detection should be applied. This could be done with thresholding and skeletonization in Fiji, or by using the AnalyzeSkeleton module of CellProfiler.

A few words on training data collection