About Biology

Biological Context

CytoCV is built around yeast microscopy assays that use segmented cell structure, red and green fluorescent markers, and per-cell measurements to support chromosome segregation, localization, and intensity comparisons.

Navigation

Table of contents

  1. Core Use Case
  2. Red/Green Intensity
  3. Puncta Distance
  4. CEN Dot Location
  5. Biorientation
  6. Nuclear Intensity
  7. Use and Caveats
  8. Research Docs
  9. Workflow Docs

Experimental Context

Chromosome segregation in yeast

CytoCV contains analysis workflows developed primarily for microscopy assays that study chromosome segregation in yeast. These experiments often depend on comparing cellular structure, spindle-pole position, chromosome-associated fluorescent dots, and protein localization across many individual cells.

That biological focus shapes the software: DIC defines the cell and mother/daughter geometry, while red and green fluorescence channels provide the main markers for distance, localization, contour, and intensity measurements.

  • The software is tuned for a domain-specific microscopy workflow, not generic image browsing.
  • Per-cell interpretation matters because segregation and localization phenotypes can appear only in specific cell-cycle stages or subsets of cells.

Intensity Assays

Reference and experimental fluorophore comparisons

Red/green intensity assays are designed to compare the abundance of a fluorescently tagged protein across strains, mutants, or other experimental conditions. In the experimental design, one tagged protein can serve as a reference control expected to stay relatively stable, while the other marks the experimental protein or signal being tested.

CytoCV draws contours around red and green puncta, measures red and green signal inside those contour masks, and reports raw integrated intensity summaries. The current public outputs also include Measurement/Contour Ratio columns derived from those raw sums, with Red/Green or Green/Red labeling determined by the selected measurement mode.

  • The user-facing Red and Green roles stay generic so the experiment can decide which marker is the reference control and which is the test signal.
  • Raw integrated intensity values remain primary outputs; ratio columns are derived interpretation aids and should be reviewed with the source images.

Distance Assays

Measuring a biological axis between paired puncta

The puncta-distance workflow measures the spacing between two structures marked by the same fluorophore, such as a pair of red or green puncta that define an axis inside the cell. The reported distance can be reviewed in pixels or converted to microns through the saved scale context.

After the source puncta are selected, CytoCV measures signal from the opposite fluorophore along the line between them. This supports assays where the distance between structures, such as spindle poles, and the intensity of another protein along that axis are both biologically meaningful.

  • Red puncta mode measures Green signal along the Red-dot line; Green puncta mode measures Red signal along the Green-dot line.
  • The line width can be configured in pixels or microns, with micron values converted through the run's scale context.

Chromosome Segregation

Classifying CEN dots after anaphase

The CEN dot location assay is intended for cells that have progressed through anaphase, when nuclei have separated and chromosomes have segregated into mother and daughter regions. A red marker defines spindle-pole puncta, and a green marker identifies a CEN-marked chromosome.

CytoCV first checks whether a segmented cell pair has two usable red puncta separated by at least the configured minimum distance. It then determines whether green CEN dots fall within the configured proximity radius around the red spindle-pole markers and reports whether the signal is associated with the mother side, daughter side, both sides, or neither side.

  • The document's 3.5-4 micron spacing is best treated as an experiment-dependent example for selecting anaphase-like cells, not a universal software default.
  • Mother and daughter assignment depends on DIC-derived cell geometry and size context, so the overlay should be reviewed before biological conclusions are drawn.

Attachment State

Evaluating chromosome biorientation in metaphase

The biorientation assay also uses a green CEN-marked chromosome and a red spindle-pole marker, but it targets metaphase-like cells. Correct biorientation places sister chromatids under tension from opposite spindle poles, which can appear as two distinct green puncta along the spindle-pole axis. Chromosomes that are not yet bioriented or are incorrectly attached may appear as a single green punctum.

CytoCV checks whether two red puncta fall inside the configured distance range, draws the red-puncta axis, and counts green puncta as colinear or off-axis according to the configured colinearity threshold. Those counts let researchers calculate the proportion of cells with one versus two colinear green puncta and compare normally positioned chromosomes with off-axis chromosomes.

  • The document's 1-2.5 micron red-puncta range is an experiment-dependent example for metaphase selection and may need adjustment for mutants or abnormal spindle length.
  • The colinearity threshold is empirical and should be tuned for the experiment rather than treated as a physical distance by itself.

Localization Assays

Nuclear versus cytoplasmic protein localization

Nuclear and cytoplasmic intensity assays ask how much of a fluorescently tagged protein is present in the nucleus compared with the rest of the cell. This is useful for localization questions such as characterizing nuclear import or export behavior.

The workflow uses one fluorophore as the nucleus-defining reference and measures the opposite fluorophore, representing the protein of interest, inside the nuclear contour and across the full cell-pair mask. Cytoplasmic signal is derived from the difference between cellular and nuclear signal. The biological assay is often interpreted through nuclear-to-cytoplasmic comparison; the current CytoCV outputs expose the nuclear, cell-pair, and cytoplasmic intensity values used for that downstream comparison.

  • In the modern workflow, users choose whether Red or Green supplies the nucleus contour source.
  • Legacy Blue-based nucleus workflows remain available when an older DAPI-like channel setup is intentionally used.

Use And Caveats

Practical value and biological caution points

CytoCV can reduce manual workload and increase consistency across larger image sets, but biological interpretation still depends on experimental design, channel configuration, marker behavior, and review of the resulting cells and overlays.

The exported values are software-generated measurements tied to source images. They support comparison and downstream analysis, but they should not be treated as final biological conclusions without image review, controls, and statistical judgment.

  • Per-cell outputs preserve heterogeneity that can be hidden by one run-level average.
  • Thresholds and marker choices should be documented with the experiment so exported results remain interpretable later.

Research Docs

Methods, figures, and biological framing

These research documents provide methods, figures, and workflow context related to the biological use case.

  • GitHub PDF Methods And System Description

    Formal PDF covering input model, validation logic, measurement model, and overall workflow framing.

  • GitHub PDF Figure Catalog

    Figure reference set covering architecture, workflow, validation, and output diagrams relevant to the biological story.

Workflow Docs

Workflow and output references for experimental interpretation

These user-facing docs help connect the biology-oriented explanation back to what researchers actually review during upload, analysis, and output interpretation.

  • GitHub Markdown Workflow Guide

    Public guide for the upload, validation, preprocess, analysis, review, and export flow.

  • GitHub Markdown Output Guide

    Public guide to the major output classes, segmented assets, and exported result categories.