Repository holding analysis scripts and pipelines for analysing LHP1 roots using a novel pipeline
The repository also contains diagnostic and visualisation tools for testing the pipeline.
This pipeline requires both root images and segmentations (which can be produced by dtoolbioimage).
The pipeline carries out the following steps:
- Load the cell wall and venus channels from the image datasets as 3D images.
- Scale these images to correct for differences in physical size to voxel size conversion along axes.
- Load segmentation for the image.
- Removes all segmented regions touching the border of the image.
- Order segmented regions by volume and take the top n (300 by default) regions.
- Measure and report the mean FLC-Venus intensity in each segmented cell.