Skip to content

Latest commit

 

History

History
121 lines (71 loc) · 3.95 KB

Description of pipeline steps_CD3-FoxP3.md

File metadata and controls

121 lines (71 loc) · 3.95 KB

Description of the purpose of each step of the image analysis pipeline along with example outputs

1. RunStarDist

Uses the StarDist algorithm (https://github.com/stardist/stardist) to segment nuclei

2. OverlayOutlines

Checks the accuracy of the outlines of the nuclei segmented by RunStarDist

3. IdentifySecondaryObjects

Segments the whole cell outlines

4. IdentifyTertiaryObjects

Segments cytoplasm (whole cells minus the nuclei)

5. Threshold

Sets the intensity threshold for deeming cells as marker (CD3) positive

6. Maskobjects

Keeps the thresholded areas of the image using a mask and identify the cells present in those areas

7. OverlayOutlines

Checks the accuracy of detecting CD3+ cells by overlaying the outlines of the CD3+ cells on the grayscale FITC image

8. Threshold

Sets the intensity threshold for deeming cells as marker (FoxP3) positive

9. Maskobjects

Keeps the thresholded areas of the image using a mask and identifies the cells/nuclei present in those areas

10. OverlayOutlines

Checks the accuracy of detecting FoxP3+ cells by overlaying the outlines of the FoxP3+ cells on the grayscale Cy5 image

11. Relate Objects

Associates the CD3+ cells (parent objects) to the FoxP3+ cells (child objcets)

12. Overlay Outlines

Checks the accuracy of detecting double positive cells by overlaying the outlines of the CD3+FoxP3+ cells on the grayscale FITC image

13. Measure Object Intensity

Measures intensities of CD3 expression and FoxP3 expression

14. Measure Colocalization

Measures the correlation between CD3+ and FoxP3 intensities

15. Gray to Color

Creates a color composite image with the three channels - DAPI, FITC, and Foxp3

16. Overlay Outlines

Creates outlines of doublepositive cells on the merged (composite) image for visualization

17. Save Images

Saves all the overlays to designated folders

18. Export to Spreadsheet

Exports all measurements to a spreadsheet for downstream analysis

===========================================================================