Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 2.24 KB

File metadata and controls

46 lines (31 loc) · 2.24 KB

EMT Image Analysis Code

This repository contains the code for reproducing the image analysis pipeline described in our manuscript [1]. The pipeline uses publicly available data hosted on AWS to perform segmentation and 3D mesh generation. The outputs of this analysis are further utilized by the companion repository, EMT_data_analysis, to generate the plots and visualizations presented in the manuscript.

[1] - A human induced pluripotent stem (hiPS) cell model for the holistic study of epithelial to mesenchymal transitions (EMTs)


Workflow Components

  1. CytoGFP Groundtruth Segmentation

    • This module generates ground truth segmentations for CytoGFP-tagged images.
    • It is used to create accurate masks for training and validating segmentation models.
    • Detailed Instructions
  2. All Cells Mask Model Training and Inference

    • This component trains a deep learning model to predict all cell masks from label-free images.
    • It also supports inference on new datasets to generate all cell masks.
    • Detailed Instructions
  3. H2B and EOMES Nuclear Segmentations

    • Performs instance segmentation of H2B and EOMES nuclear markers.
    • This step is critical for identifying individual nuclei.
    • Detailed Instructions
  4. CollagenIV Segmentation

    • Segments CollagenIV structures from the provided images.
    • This step is essential for analyzing extracellular matrix organization.
    • Detailed Instructions
  5. CollagenIV Segmentation Mesh Generation

    • Converts CollagenIV segmentations into 3D meshes for downstream analysis.
    • These meshes are used to study the structural properties of the extracellular matrix.
    • Detailed Instructions

Contact

If you have questions about this code, please reach out to us at cells@alleninstitute.org.


Licensing

All code in this repository is provided under the Allen Institute Software License.