ScientiaLux
strataquest Glossary Derived Measurements
Measurement Tool

Derived Measurements

Custom metrics computed from existing measurements

View
Definition
Standard measurements give you the raw numbers. Derived Measurements lets you combine them — ratios, differences, weighted sums, normalized values — to create new biologically meaningful metrics that don't exist in any single measurement. A PD-L1/CK ratio, a nuclear-to-cytoplasmic intensity difference, a normalized biomarker score — these computed features often reveal biological patterns that raw intensities alone cannot capture.
Computed Features
Arithmetic on existing measurements
Ratio Metrics
Normalize and compare channels
Cross-Compartment Comparison
Nuclear vs. cytoplasmic differences
Classification-Ready Features
Better inputs for phenotyping

How It Works

Derived Measurements applies user-defined formulas to existing per-cell measurement columns:

  1. Formula definition — Specify the mathematical expression using existing measurement names as variables. Supported operations include arithmetic (+, −, ×, ÷), functions (log, sqrt, abs, min, max), and constants.
  2. Per-cell computation — The formula is evaluated for every cell, producing a new measurement column. If cell #47 has CK mean = 120 and nuclear area = 200 pixels, the derived measurement "CK per unit area" = 120/200 = 0.6.
  3. Integration — The new column is available for downstream gating, phenotyping, classification, and export, identical to any standard measurement.
Simplified

Derived Measurements lets you write formulas that combine existing measurements into new ones. Divide membrane PD-L1 by cytoplasmic CK to get a normalized ratio. Subtract nuclear from cytoplasmic intensity to detect protein translocation. The new measurements appear alongside the standard ones for use in classification and analysis.

Science Behind It

Image arithmetic as signal combination: Gonzalez & Woods describe arithmetic operations on images as fundamental tools for combining information. Subtraction reveals change (difference images). Division normalizes (ratio images). These same operations applied per-cell rather than per-pixel serve the same purpose: revealing information that neither operand contains alone.

The power of ratios — lessons from fluorescence: Dobrucki describes ratiometric dyes for calcium and pH measurement. The ratio of emission at two wavelengths is independent of local dye concentration, eliminating artifacts from uneven dye loading, photobleaching, and focus variation. The same principle applies to biomarker ratios: the ratio of two markers measured in the same cell cancels cell-to-cell variation in staining efficiency, section thickness, and illumination. What remains is the relative biological expression level.

Signal combination theory: Vetterli's signal processing framework shows that combining signals (addition, subtraction, multiplication) creates new signals whose frequency content is related to but different from the inputs. In biological terms, a ratio measurement has different statistical properties than either individual measurement — it may be more normally distributed, have less batch-to-batch variation, or provide better separation between cell populations.

When ratios fail: Division by zero or near-zero values produces extreme outliers. If the denominator measurement can be very small (e.g., in cells with low CK expression), the ratio becomes unstable. Practical solutions include adding a small constant to the denominator, using log-ratios (which compress the dynamic range), or filtering out cells with denominator values below a minimum threshold before computing the ratio.

Simplified

Ratios are powerful because they cancel out confounding factors. Just as ratiometric calcium dyes eliminate artifacts from uneven dye loading, biomarker ratios eliminate artifacts from uneven staining. The PD-L1/CK ratio is independent of how thickly the section was cut or how strongly it was stained — it captures relative expression. But beware of dividing by very small numbers, which produces extreme, unreliable values.

Practical Example

Creating a composite activation score for tumor cells:

  1. Standard Measurements: mean PD-L1 (membrane), mean Ki-67 (nuclear), mean CK (cytoplasmic), nuclear area
  2. Derived: PD-L1_norm = membrane_PD-L1 / (cyto_CK + 10) — normalizes PD-L1 for staining intensity
  3. Derived: activation_score = PD-L1_norm * log(Ki67_mean + 1) — combines immune checkpoint with proliferation
  4. The activation score now captures both immune evasion (PD-L1) and tumor aggressiveness (Ki-67) in a single metric that can be gated, mapped spatially, and compared across patients
Simplified

Combine PD-L1 (immune checkpoint) with Ki-67 (proliferation) into a single "activation score" per cell. This composite metric captures both immune evasion and growth activity in one number, enabling analysis that neither measurement alone could support.

Connected Terms

Share This Term
Term Connections