Skip to content

kreshuklab/covid-if-2

Repository files navigation

Immunofluorescence Assay for SARS-CoV-2

This repository implements image analysis and quantification for immune response to different SARS-CoV-2 variants. The publication describing this work will be available soon.

This work is a follow-up to this publication.

Approach

The assay contains cells that express the spike proteins of different SARS-CoV-2 variants, the nucleocapsid protein and control cells not expressing any viral proteins.

The immunofluorescence data is analyzed with the following approach:

  • Segmenting nuclei with StarDist.
  • Predicting cell foreground and boundaries with a UNet.
  • Segmenting cells with a seeded watershed based on predictions from the first two steps.
  • Classifying cells into variants / ncapsid / control using a ResNet.
  • Determining the antibody to the different variants based on classification results and per-cell immunofluorescence intensity.

Installation

TODO

Usage

TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published