Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cellular infection phenotyping using annotated viral sensor data & label-free images #70

Merged
merged 94 commits into from
Jul 10, 2024

Conversation

Soorya19Pradeep
Copy link
Contributor

The goal of the analysis is to identify infected and uninfected cells in a FOV using either viral sensor fluorescence or label-free images with nuclear instance segmentation label to output a nuclear label identifying infected cells. The value of the nuclear label for each cell will indicate the following:
0: background
1: uninfected
2: Infected
3: unidentified (cases where the sensor has started relocalization, but the expression is not good enough to categorize as the infected state).

A manually annotated dataset with the above criteria is available here: /hpc/projects/intracellular_dashboard/viral-sensor/infection_classification/datasets/Exp_2023_09_28_DENV_A2_infMarked.zarr

The code is added to examples/infection_phenotyping folder on the branch.

  • The file infection_annotator.py uses napari to help annotate the nuclear label.
  • The file infection_classification_model.py is a work in progress on building a model for translation of instance segmentation of nuclear label into infection annotated label using the viral sensor fluorescence images or the label-free images.

@Soorya19Pradeep Soorya19Pradeep marked this pull request as ready for review July 9, 2024 17:34
@Soorya19Pradeep
Copy link
Contributor Author

The branch is ready for merging into the main branch. Please let me know if any changes are pending.
Can anyone review the branch so that we can merge it? Thanks!

@ziw-liu ziw-liu added the enhancement New feature or request label Jul 10, 2024
@ziw-liu ziw-liu merged commit 4401f33 into main Jul 10, 2024
4 checks passed
@ziw-liu ziw-liu deleted the infection_phenotyping branch July 10, 2024 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants