RoPod is a toolkit that comprises microscopy chambers, in which you can grow and image Arabidopsis thaliana seedlings roots without taking the plants out, and a detailed protocol on how to do it. No stress!
For more information about the hardware, see here: https://github.com/AlyonaMinina/RoPod.Hardware
This method allows to track, from an image stack of a growing root,
the tip of a growing root hair
It is a semi-automated method that requires the software ImageJ, a pre root hair tracking macro and the chore tracking macro.
Below is a video tutorial to facilitate understanding.
An image example is also available on GitHub to test this tool. Example of results obtained with the two macros are also accessible.
- Preselect the root hairs that will be analysed later, highlighting them using a straight line (Manual step).
- Save the drawn lines as a Region Of Interest (ROI) in one file that will be used for a further process.
Before running the macro, you should open a file with growing root hairs (e.g. a stitched image of a root). Then run the macro, and follow the instructions. It is important to draw each straight line starting from the basis of a hair and extending over the entire length of it.
This macro should be run on a grey scale time lapse acquisitions where ROIs have been drawn over root hair(s) (RH) of interest on the last time frame image. If there are several ROIs, this macro will loop to successively analyse all those ROIs. The main steps consist in:
- Drawing a coarse skeleton of the root hair on the final slice (manual step)
- Cleaning the surrounding area to facilitate the detection
- Thresholding the hair
- Performing a last background cleaning (manual step)
- Identifying the hair tip
- Performing a hair tracking correction (manual step)
- Performing a drifting correction (useful for the early steps of hair growth)
- For each hair, save the tracking result as a ROI and the hair growth over time in a table
Before running the macro:
- check the steps labelled with "******". They can be modified if some adjustments are needed depending on your image. You can look for them using the research tool of ImageJ, in the script window (Shortcut: "ctlr + F"). Recommendations about the modifications possible are written directly next to the steps that can be modified.
- Open the grey scale time laps of a root.
- Create or import already drawn ROIs covering the RH to analyse (e.g. ROIs generated with the macro "Pre-root hair tracking").