PoissonQuantificationChecker

Poisson Quantification

Liquid Biopsy жидкостная биопсия cfDNA ctDNA CTC exosomes NGS qPCR
Open selection

Utility description: Poisson Quantification

Poisson Quantification Checker — Verification of Poisson-Based Digital Quantification

Performs statistical verification of digital PCR/BEAMing quantification per CLSI EP25-A, MIQE-dPCR, FDA dPCR guidance and dMIQE standards: lambda assessment (optimal 0.1–0.8 mol/partition; >0.8 violates Poisson assumption requiring dilution), goodness-of-fit (χ² p≥0.05 confirms Poisson model), overdispersion factor (variance/mean ≤1.5 for random partitioning), 95% CI width (≤25% for quantitative, 25–50% semi-quantitative, >50% qualitative only), rain fraction (≤2%), cluster separation adequacy, signal-to-noise (≥10), replicate CV (≤25%), outlier detection, triple control verification, and LOD/LOQ contextual interpretation. Four-tier classification: QUANTIFIABLE / SEMI_QUANTITATIVE / QUALITATIVE_ONLY / INVALID.

⚠️ Critical: λ > 0.8 = SYSTEMATIC QUANTIFICATION ERROR (underestimation). Saturation (all partitions positive) = quantification IMPOSSIBLE. Overdispersion indicates aggregation or non-random partitioning. Wide CI at low positive counts is statistical consequence, not necessarily failure. For MRD/liquid biopsy, λ often <0.1; acceptable but CI will be wide. Tool verifies STATISTICAL CORRECTNESS only; does not replace analytical validation. Results must be interpreted within validated assay performance characteristics.

input.csv

SampleID,AssayName,Technology,TotalPartitions,PositivePartitions,NegativePartitions,Lambda_Observed,Lambda_Target_Min,Lambda_Target_Max,Concentration_copies_uL,CI95_Lower_copies_uL,CI95_Upper_copies_uL,CI95_Width_Percent,MaxCI95_Width_Percent,ChiSquare_GoodnessOfFit_P,MinChiSquare_P,Overdispersion_Factor,MaxOverdispersion,RainFraction_Percent,MaxRainFraction_Percent,ClusterSeparation_Adequate,SignalToNoise_Ratio,MinSignalToNoise,NumReplicates,ReplicateCV_Percent,MaxReplicateCV_Percent,OutlierReplicate_Detected,PositiveControl_Pass,NegativeControl_Pass,NoTemplateControl_Pass,AssayLOD_copies_uL,AssayLOQ_copies_uL,BelowLOD,BelowLOQ
POIS-2026-001,KRAS_G12D_ddPCR,ddPCR_droplet,20000,4500,15500,0.256,0.1,0.8,128.0,124.2,131.9,6.0,25,0.42,0.05,1.05,1.5,0.8,2.0,true,35.0,10,4,8.5,25,false,true,true,true,0.5,2.0,false,false
POIS-2026-002,EGFR_T790M_BEAMing,BEAMing,50000,38000,12000,1.427,0.1,0.8,713.5,580.0,890.0,43.4,25,0.001,0.05,2.8,1.5,5.5,2.0,false,6.0,10,3,35.0,25,true,true,true,true,0.5,2.0,false,false
POIS-2026-003,BRAF_V600E_ddPCR,ddPCR_chip,770,5,765,0.0065,0.1,0.8,0.85,0.28,1.98,200.0,25,0.85,0.05,1.1,1.5,0.2,2.0,true,28.0,10,4,65.0,25,false,true,true,true,0.5,2.0,false,true

URS & FS — User Requirements and Functional Specification

This document describes the controlled interface and behaviour of PoissonQuantificationChecker for Poisson Quantification Checker.

Domain limits and critical parameters

Key fragments from the source description are shown below. Before production use, limits must be verified against the approved specification, registration dossier and local SOPs.
  • Performs statistical verification of digital PCR/BEAMing quantification per CLSI EP25-A, MIQE-dPCR, FDA dPCR guidance and dMIQE standards: lambda assessment (optimal 0.1–0.8 mol/partition; >0.8 violates Poisson assumption requiring dilution), goodness-of-fit (χ² p≥0.05 confirms Poisson model), overdispersion factor (variance/mean ≤1.5 for random partitioning), 95% CI width (≤25% for quantitative, 25–50% semi-quantitative, >50% qualitative only), rain fraction (≤2%), cluster separation adequacy,
  • ⚠️ Critical: λ > 0.8 = SYSTEMATIC QUANTIFICATION ERROR (underestimation). Saturation (all partitions positive) = quantification IMPOSSIBLE. Overdispersion indicates aggregation or non-random partitioning. Wide CI at low positive counts is statistical consequence, not necessarily failure. For MRD/liquid biopsy, λ often <0.1; acceptable but CI will be wide. Tool verifies STATISTICAL CORRECTNESS only; does not replace analytical validation. Results must be interpreted within validated assay perform

URS — User Requirements Specification

IDRequirementCriticalityAcceptance criterion
URS-001The utility shall accept an input.csv file for Poisson Quantification Checker with headers defined in the data contract.HighThe file is processed without manual header editing.
URS-002The utility shall perform deterministic QC evaluation without machine learning and without probabilistic conformance decisions.HighIdentical input data, rule version and configuration produce reproducible results.
URS-003The utility shall validate mandatory fields, data types, ranges, units and domain plausibility.HighSchema, conversion and range errors are explicitly reported.
URS-004The utility shall apply domain limits and rules from the description, approved specification, registration dossier and local SOPs.HighEach check has PASS/WARNING/FAIL and a clear message.
URS-005The utility shall generate output.json with machine-readable results, source values, warnings, failures and critical findings.HighJSON is suitable for LIMS/ELN/MES integration and QA/QC review.
URS-006The utility shall preserve traceability between batch/sample, input file, applied rules and final status.HighOutput contains identifiers, checked parameters and audit metadata.
URS-007The documentation shall support IQ/OQ/PQ, CSV/CSA and review by internal QA or inspectors.MediumURS, FS, input/output contract and test scenarios are supplied with the utility.
URS-008The utility shall be used as a QC decision-support tool and not as a substitute for approved specifications and QA/QP release decision.MediumDocumentation states change control and limit-verification expectations.

input.csv contract

#FieldTypeSamplePurpose
1SampleIDstring / controlled vocabularyPOIS-2026-001Sample or laboratory specimen identifier.
2AssayNamestring / controlled vocabularyKRAS_G12D_ddPCRControlled input parameter for deterministic QC rules.
3Technologystring / controlled vocabularyddPCR_dropletControlled input parameter for deterministic QC rules.
4TotalPartitionsdecimal20000Controlled input parameter for deterministic QC rules.
5PositivePartitionsdecimal4500Controlled input parameter for deterministic QC rules.
6NegativePartitionsdecimal15500Controlled input parameter for deterministic QC rules.
7Lambda_Observeddecimal0.256Controlled input parameter for deterministic QC rules.
8Lambda_Target_Minstring / controlled vocabulary0.1Controlled input parameter for deterministic QC rules.
9Lambda_Target_Maxstring / controlled vocabulary0.8Controlled input parameter for deterministic QC rules.
10Concentration_copies_uLdecimal128.0Component ratio; structural or formulation CQA.
11CI95_Lower_copies_uLdecimal124.2Controlled input parameter for deterministic QC rules.
12CI95_Upper_copies_uLdecimal131.9Controlled input parameter for deterministic QC rules.
13CI95_Width_Percentdecimal6.0Controlled input parameter for deterministic QC rules.
14MaxCI95_Width_Percentdecimal25Controlled input parameter for deterministic QC rules.
15ChiSquare_GoodnessOfFit_Pdecimal0.42Controlled input parameter for deterministic QC rules.
16MinChiSquare_Pdecimal0.05Controlled input parameter for deterministic QC rules.
17Overdispersion_Factordecimal1.05Controlled input parameter for deterministic QC rules.
18MaxOverdispersioninteger / decimal1.5Controlled input parameter for deterministic QC rules.
19RainFraction_Percentdecimal0.8Controlled input parameter for deterministic QC rules.
20MaxRainFraction_Percentdecimal2.0Controlled input parameter for deterministic QC rules.
21ClusterSeparation_Adequatestring / controlled vocabularytrueComponent ratio; structural or formulation CQA.
22SignalToNoise_Ratiodecimal35.0Component ratio; structural or formulation CQA.
23MinSignalToNoisedecimal10Controlled input parameter for deterministic QC rules.
24NumReplicatesinteger / decimal4Controlled input parameter for deterministic QC rules.
25ReplicateCV_Percentdecimal8.5Controlled input parameter for deterministic QC rules.
26MaxReplicateCV_Percentdecimal25Controlled input parameter for deterministic QC rules.
27OutlierReplicate_Detectedstring / controlled vocabularyfalseControlled input parameter for deterministic QC rules.
28PositiveControl_Passstring / controlled vocabularytrueControl point/control sample for assay run validity.
29NegativeControl_Passstring / controlled vocabularytrueControl point/control sample for assay run validity.
30NoTemplateControl_Passstring / controlled vocabularytrueTemperature profile/MKT; storage, shipping and stability parameter.
31AssayLOD_copies_uLdecimal0.5Controlled input parameter for deterministic QC rules.
32AssayLOQ_copies_uLdecimal2.0Controlled input parameter for deterministic QC rules.
33BelowLODstring / controlled vocabularyfalseControlled input parameter for deterministic QC rules.
34BelowLOQstring / controlled vocabularyfalseControlled input parameter for deterministic QC rules.
SampleID,AssayName,Technology,TotalPartitions,PositivePartitions,NegativePartitions,Lambda_Observed,Lambda_Target_Min,Lambda_Target_Max,Concentration_copies_uL,CI95_Lower_copies_uL,CI95_Upper_copies_uL,CI95_Width_Percent,MaxCI95_Width_Percent,ChiSquare_GoodnessOfFit_P,MinChiSquare_P,Overdispersion_Factor,MaxOverdispersion,RainFraction_Percent,MaxRainFraction_Percent,ClusterSeparation_Adequate,SignalToNoise_Ratio,MinSignalToNoise,NumReplicates,ReplicateCV_Percent,MaxReplicateCV_Percent,OutlierReplicate_Detected,PositiveControl_Pass,NegativeControl_Pass,NoTemplateControl_Pass,AssayLOD_copies_uL,AssayLOQ_copies_uL,BelowLOD,BelowLOQ
POIS-2026-001,KRAS_G12D_ddPCR,ddPCR_droplet,20000,4500,15500,0.256,0.1,0.8,128.0,124.2,131.9,6.0,25,0.42,0.05,1.05,1.5,0.8,2.0,true,35.0,10,4,8.5,25,false,true,true,true,0.5,2.0,false,false
POIS-2026-002,EGFR_T790M_BEAMing,BEAMing,50000,38000,12000,1.427,0.1,0.8,713.5,580.0,890.0,43.4,25,0.001,0.05,2.8,1.5,5.5,2.0,false,6.0,10,3,35.0,25,true,true,true,true,0.5,2.0,false,false
POIS-2026-003,BRAF_V600E_ddPCR,ddPCR_chip,770,5,765,0.0065,0.1,0.8,0.85,0.28,1.98,200.0,25,0.85,0.05,1.1,1.5,0.2,2.0,true,28.0,10,4,65.0,25,false,true,true,true,0.5,2.0,false,true

Input validation rules

IDFieldRuleCriticality
VR-001SampleIDThe field shall match an approved dictionary or accepted string representation.High
VR-002AssayNameThe field shall match an approved dictionary or accepted string representation.High
VR-003TechnologyThe field shall match an approved dictionary or accepted string representation.High
VR-004TotalPartitionsThe field shall match an approved dictionary or accepted string representation.Medium
VR-005PositivePartitionsThe field shall match an approved dictionary or accepted string representation.Medium
VR-006NegativePartitionsThe field shall match an approved dictionary or accepted string representation.Medium
VR-007Lambda_ObservedThe field shall match an approved dictionary or accepted string representation.Medium
VR-008Lambda_Target_MinThe field shall match an approved dictionary or accepted string representation.Medium
VR-009Lambda_Target_MaxThe field shall match an approved dictionary or accepted string representation.Medium
VR-010Concentration_copies_uLThe field shall match an approved dictionary or accepted string representation.Medium
VR-011CI95_Lower_copies_uLThe field shall match an approved dictionary or accepted string representation.Medium
VR-012CI95_Upper_copies_uLThe field shall match an approved dictionary or accepted string representation.Medium
VR-013CI95_Width_PercentThe field shall match an approved dictionary or accepted string representation.Medium
VR-014MaxCI95_Width_PercentThe field shall match an approved dictionary or accepted string representation.Medium
VR-015ChiSquare_GoodnessOfFit_PThe field shall match an approved dictionary or accepted string representation.Medium
VR-016MinChiSquare_PThe field shall match an approved dictionary or accepted string representation.Medium
VR-017Overdispersion_FactorThe field shall match an approved dictionary or accepted string representation.Medium
VR-018MaxOverdispersionThe field shall match an approved dictionary or accepted string representation.Medium
VR-019RainFraction_PercentThe field shall match an approved dictionary or accepted string representation.Medium
VR-020MaxRainFraction_PercentThe field shall match an approved dictionary or accepted string representation.Medium
VR-021ClusterSeparation_AdequateThe field shall match an approved dictionary or accepted string representation.Medium
VR-022SignalToNoise_RatioThe field shall match an approved dictionary or accepted string representation.Medium
VR-023MinSignalToNoiseThe field shall match an approved dictionary or accepted string representation.Medium
VR-024NumReplicatesThe field shall match an approved dictionary or accepted string representation.Medium
VR-025ReplicateCV_PercentThe field shall match an approved dictionary or accepted string representation.Medium
VR-026MaxReplicateCV_PercentThe field shall match an approved dictionary or accepted string representation.Medium
VR-027OutlierReplicate_DetectedThe field shall match an approved dictionary or accepted string representation.Medium
VR-028PositiveControl_PassThe field shall match an approved dictionary or accepted string representation.Medium
VR-029NegativeControl_PassThe field shall match an approved dictionary or accepted string representation.Medium
VR-030NoTemplateControl_PassThe field shall match an approved dictionary or accepted string representation.Medium
VR-031AssayLOD_copies_uLThe field shall match an approved dictionary or accepted string representation.Medium
VR-032AssayLOQ_copies_uLThe field shall match an approved dictionary or accepted string representation.Medium
VR-033BelowLODThe field shall match an approved dictionary or accepted string representation.Medium
VR-034BelowLOQThe field shall match an approved dictionary or accepted string representation.Medium

FS — Functional Specification

IDFunctionImplementation
FS-001CLI executionSupport execution modes: demo mode without arguments and production mode input.csv output.json.
FS-002CSV importRead input.csv in UTF-8/CSV-compatible format and validate header and expected columns.
FS-003Schema validationCheck mandatory fields, column count, unknown key fields and empty mandatory values.
FS-004Type conversionConvert numeric, flag and text values; invalid format is recorded as a row-level error.
FS-005Domain rule engineApply rules for Poisson Quantification Checker, including critical limits from the description and approved specification.
FS-006Status aggregationProduce final status: FAIL for critical failure, WARNING for non-critical deviation, PASS for conformance.
FS-007JSON exportWrite output.json with detailed checks, source values, warnings, failures and critical findings.
FS-008Audit supportKeep result structure suitable for review, deviation investigation and calculation reproduction.
FS-009Integration contractSupport the scenario LIMS/ELN/MES → input.csv → utility → output.json → portal/admin review.
FS-010Error handlingReturn explicit messages for missing file, empty CSV, invalid schema, output write failure and invalid format.

Example output.json

{
  "utilityId": "poissonquantificationchecker",
  "utilityFolder": "PoissonQuantificationChecker",
  "package": "LiquidBiopsy",
  "overallStatus": "PASS|WARNING|FAIL",
  "sourceFile": "input.csv",
  "processedAtUtc": "2026-06-10T00:00:00Z",
  "checks": [
    {
      "parameter": "SampleID",
      "value": "POIS-2026-001",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-001"
    },
    {
      "parameter": "AssayName",
      "value": "KRAS_G12D_ddPCR",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-002"
    },
    {
      "parameter": "Technology",
      "value": "ddPCR_droplet",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-003"
    },
    {
      "parameter": "TotalPartitions",
      "value": "20000",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-004"
    },
    {
      "parameter": "PositivePartitions",
      "value": "4500",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-005"
    },
    {
      "parameter": "NegativePartitions",
      "value": "15500",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-006"
    },
    {
      "parameter": "Lambda_Observed",
      "value": "0.256",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-007"
    },
    {
      "parameter": "Lambda_Target_Min",
      "value": "0.1",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-008"
    },
    {
      "parameter": "Lambda_Target_Max",
      "value": "0.8",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-009"
    },
    {
      "parameter": "Concentration_copies_uL",
      "value": "128.0",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-010"
    },
    {
      "parameter": "CI95_Lower_copies_uL",
      "value": "124.2",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-011"
    },
    {
      "parameter": "CI95_Upper_copies_uL",
      "value": "131.9",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-012"
    }
  ],
  "criticalFindings": [],
  "warnings": [],
  "audit": {
    "inputHash": "sha256:<calculated at runtime>",
    "rulesVersion": "<utility executable version>",
    "documentation": "PoissonQuantificationChecker.documentation.html"
  }
}

Traceability matrix

URSFSTestEvidence
URS-001FS-001, FS-002OQ-001Verify execution and import of valid input.csv.
URS-002FS-005, FS-006OQ-004Repeat the same dataset and compare output.json.
URS-003FS-003, FS-004, FS-010OQ-002, OQ-003Verify missing columns and invalid types.
URS-004FS-005, FS-006OQ-004, PQ-001Verify critical deviations on real/boundary data.
URS-005FS-007, FS-009OQ-005Verify JSON schema and downstream-system suitability.
URS-006FS-008OQ-006Verify identifiers and audit metadata.
URS-007FS-008, FS-010IQ-001, OQ-007Verify documentation completeness and control evidence.
URS-008FS-005, FS-008PQ-002Verify review workflow and no replacement of QA decision.

IQ/OQ/PQ test scenarios

IDScenarioExpected result
IQ-001Verify executable, input.csv, documentation and checksum availability.Delivery set is complete; version is recorded.
OQ-001Valid sample row from input.csv.PASS or acceptable WARNING according to rules.
OQ-002Remove a mandatory CSV column.Schema error or FAIL with missing-column reference.
OQ-003Place a non-numeric value into a numeric field.Type-conversion error with row/field reference.
OQ-004Set a critical parameter outside the limit.FAIL and critical finding.
OQ-005Verify output.json structure.All mandatory sections are present and JSON is valid.
OQ-006Verify batch/sample traceability.Input and result identifiers match.
PQ-001Verify 3–5 real user batches/samples.Result is confirmed by QC/QA review.
PQ-002Verify deviation workflow and manual QA decision.Utility supports review but does not replace approved decision.

QA/QC and change control

  • Do not rename columns without updating validator, documentation and test set.
  • Retain input.csv, output.json, executable version and checksum.
  • Before production use, perform IQ/OQ/PQ or equivalent CSV/CSA verification.
  • Critical limits shall be verified against the approved specification, registration dossier and local SOPs.
  • The utility provides structured QC decision support; final release decision remains with QA/QP and approved procedures.

Included in packages

Liquid Biopsy QC Suite

QC and pre-analytical control package for liquid biopsy workflows: cfDNA/ctDNA, CTC, EV/exosomes, methylation, NGS/qPCR/ddPCR, sample quality, contamination, sensitivity and reporting checks.

Open