McedClassifierQcChecker

MCED Classifier QC

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

Utility description: MCED Classifier QC

MCED Classifier QC Checker — Multi-Cancer Early Detection Classifier Quality Control

Comprehensive verification of MCED classifier prediction reliability per FDA SaMD guidance, EU IVDR and MCED consortium standards: input data quality (cfDNA ≥10ng, CpG coverage ≥30×, bisulfite conversion ≥99%, fragment profile, background noise ≤0.15), feature extraction (completeness ≥90%, informative fragments ≥5000), classifier output (tissue confidence ≥0.70 for positives, model agreement ≥0.80), dual control verification (positive + negative), and technical flag detection (overtrimming, artifacts, hemolysis ≤50). Four-tier classification: RELIABLE / LOW_CONFIDENCE / INVALID / TECHNICAL_FAIL.

⚠️ Critical: MCED applies to ASYMPTOMATIC population — cost of error is extremely high. Incomplete bisulfite conversion mimics hypermethylation = false positive. Low model agreement = unstable prediction. Any control failure = TECHNICAL_FAIL. Positive result requires diagnostic confirmation; negative result does not rule out cancer.

input.csv

SampleID,ClassifierName,ClassifierVersion,CfDNA_Input_ng,MinCfDNA_Input_ng,CpG_Coverage_Mean_X,MinCpG_Coverage_X,BisulfiteConversion_Rate,MinBisulfiteConversion_Rate,FragmentSize_Peak_bp,FragmentProfile_Valid,BackgroundNoise_Score,MaxBackgroundNoise_Score,FeatureCompleteness_Percent,MinFeatureCompleteness_Percent,InformativeFragments_Count,MinInformativeFragments,CancerSignalScore,CancerSignalThreshold,PredictedTissue,TissueConfidence,MinTissueConfidence,ModelAgreement_Score,MinModelAgreement_Score,PositiveControl_Pass,NegativeControl_Pass,PosControl_Score_Observed,PosControl_Score_Expected_Min,NegControl_Score_Observed,NegControl_Score_Expected_Max,ArtifactDetected,OvertrimmingDetected,HemolysisIndex,MaxHemolysisIndex
MCED-2026-SCR-001,OncoDetect_MC,v3.2,25.0,10,48.0,30,0.996,0.99,167,true,0.06,0.15,97.5,90,22000,5000,0.92,0.5,Lung,0.88,0.70,0.94,0.80,true,true,0.91,0.8,0.03,0.1,false,false,8,50
MCED-2026-SCR-002,OncoDetect_MC,v3.2,18.0,10,22.0,30,0.972,0.99,145,false,0.28,0.15,72.0,90,3200,5000,0.45,0.5,Colon,0.52,0.70,0.55,0.80,false,true,0.42,0.8,0.05,0.1,true,true,65,50
MCED-2026-SCR-003,OncoDetect_MC,v3.2,30.0,10,55.0,30,0.998,0.99,168,true,0.04,0.15,98.2,90,28000,5000,0.03,0.5,None,0.0,0.70,0.97,0.80,true,true,0.89,0.8,0.02,0.1,false,false,5,50

URS & FS — User Requirements and Functional Specification

This document describes the controlled interface and behaviour of McedClassifierQcChecker for MCED Classifier QC 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.
  • Comprehensive verification of MCED classifier prediction reliability per FDA SaMD guidance, EU IVDR and MCED consortium standards: input data quality (cfDNA ≥10ng, CpG coverage ≥30×, bisulfite conversion ≥99%, fragment profile, background noise ≤0.15), feature extraction (completeness ≥90%, informative fragments ≥5000), classifier output (tissue confidence ≥0.70 for positives, model agreement ≥0.80), dual control verification (positive + negative), and technical flag detection (overtrimming, art
  • ⚠️ Critical: MCED applies to ASYMPTOMATIC population — cost of error is extremely high. Incomplete bisulfite conversion mimics hypermethylation = false positive. Low model agreement = unstable prediction. Any control failure = TECHNICAL_FAIL. Positive result requires diagnostic confirmation; negative result does not rule out cancer.

URS — User Requirements Specification

IDRequirementCriticalityAcceptance criterion
URS-001The utility shall accept an input.csv file for MCED Classifier QC 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 vocabularyMCED-2026-SCR-001Sample or laboratory specimen identifier.
2ClassifierNamestring / controlled vocabularyOncoDetect_MCBiological/molecular component controlled as a CQA.
3ClassifierVersionstring / controlled vocabularyv3.2Controlled input parameter for deterministic QC rules.
4CfDNA_Input_ngdecimal25.0Biological/molecular component controlled as a CQA.
5MinCfDNA_Input_ngdecimal10Biological/molecular component controlled as a CQA.
6CpG_Coverage_Mean_Xdecimal48.0Controlled input parameter for deterministic QC rules.
7MinCpG_Coverage_Xdecimal30Controlled input parameter for deterministic QC rules.
8BisulfiteConversion_Ratedecimal0.996Controlled input parameter for deterministic QC rules.
9MinBisulfiteConversion_Ratedecimal0.99Controlled input parameter for deterministic QC rules.
10FragmentSize_Peak_bpdecimal167Controlled input parameter for deterministic QC rules.
11FragmentProfile_Validstring / controlled vocabularytrueControlled input parameter for deterministic QC rules.
12BackgroundNoise_Scoredecimal0.06Controlled input parameter for deterministic QC rules.
13MaxBackgroundNoise_Scoredecimal0.15Controlled input parameter for deterministic QC rules.
14FeatureCompleteness_Percentdecimal97.5Controlled input parameter for deterministic QC rules.
15MinFeatureCompleteness_Percentdecimal90Controlled input parameter for deterministic QC rules.
16InformativeFragments_Countinteger / decimal22000Count parameter used for microbiological, particulate or cellular control.
17MinInformativeFragmentsdecimal5000Controlled input parameter for deterministic QC rules.
18CancerSignalScoredecimal0.92Controlled input parameter for deterministic QC rules.
19CancerSignalThresholddecimal0.5Controlled input parameter for deterministic QC rules.
20PredictedTissuestring / controlled vocabularyLungControlled input parameter for deterministic QC rules.
21TissueConfidencestring / controlled vocabulary0.88Controlled input parameter for deterministic QC rules.
22MinTissueConfidencestring / controlled vocabulary0.70Controlled input parameter for deterministic QC rules.
23ModelAgreement_Scoredecimal0.94Controlled input parameter for deterministic QC rules.
24MinModelAgreement_Scoredecimal0.80Controlled input parameter for deterministic QC rules.
25PositiveControl_Passstring / controlled vocabularytrueControl point/control sample for assay run validity.
26NegativeControl_Passstring / controlled vocabularytrueControl point/control sample for assay run validity.
27PosControl_Score_Observeddecimal0.91Control point/control sample for assay run validity.
28PosControl_Score_Expected_Mininteger / decimal0.8Control point/control sample for assay run validity.
29NegControl_Score_Observeddecimal0.03Control point/control sample for assay run validity.
30NegControl_Score_Expected_Maxdecimal0.1Control point/control sample for assay run validity.
31ArtifactDetectedstring / controlled vocabularyfalseControlled input parameter for deterministic QC rules.
32OvertrimmingDetectedstring / controlled vocabularyfalseControlled input parameter for deterministic QC rules.
33HemolysisIndexdecimal8Controlled input parameter for deterministic QC rules.
34MaxHemolysisIndexdecimal50Controlled input parameter for deterministic QC rules.
SampleID,ClassifierName,ClassifierVersion,CfDNA_Input_ng,MinCfDNA_Input_ng,CpG_Coverage_Mean_X,MinCpG_Coverage_X,BisulfiteConversion_Rate,MinBisulfiteConversion_Rate,FragmentSize_Peak_bp,FragmentProfile_Valid,BackgroundNoise_Score,MaxBackgroundNoise_Score,FeatureCompleteness_Percent,MinFeatureCompleteness_Percent,InformativeFragments_Count,MinInformativeFragments,CancerSignalScore,CancerSignalThreshold,PredictedTissue,TissueConfidence,MinTissueConfidence,ModelAgreement_Score,MinModelAgreement_Score,PositiveControl_Pass,NegativeControl_Pass,PosControl_Score_Observed,PosControl_Score_Expected_Min,NegControl_Score_Observed,NegControl_Score_Expected_Max,ArtifactDetected,OvertrimmingDetected,HemolysisIndex,MaxHemolysisIndex
MCED-2026-SCR-001,OncoDetect_MC,v3.2,25.0,10,48.0,30,0.996,0.99,167,true,0.06,0.15,97.5,90,22000,5000,0.92,0.5,Lung,0.88,0.70,0.94,0.80,true,true,0.91,0.8,0.03,0.1,false,false,8,50
MCED-2026-SCR-002,OncoDetect_MC,v3.2,18.0,10,22.0,30,0.972,0.99,145,false,0.28,0.15,72.0,90,3200,5000,0.45,0.5,Colon,0.52,0.70,0.55,0.80,false,true,0.42,0.8,0.05,0.1,true,true,65,50
MCED-2026-SCR-003,OncoDetect_MC,v3.2,30.0,10,55.0,30,0.998,0.99,168,true,0.04,0.15,98.2,90,28000,5000,0.03,0.5,None,0.0,0.70,0.97,0.80,true,true,0.89,0.8,0.02,0.1,false,false,5,50

Input validation rules

IDFieldRuleCriticality
VR-001SampleIDThe field shall match an approved dictionary or accepted string representation.High
VR-002ClassifierNameThe field shall match an approved dictionary or accepted string representation.High
VR-003ClassifierVersionThe field shall match an approved dictionary or accepted string representation.High
VR-004CfDNA_Input_ngThe field shall match an approved dictionary or accepted string representation.Medium
VR-005MinCfDNA_Input_ngThe field shall match an approved dictionary or accepted string representation.Medium
VR-006CpG_Coverage_Mean_XThe field shall match an approved dictionary or accepted string representation.Medium
VR-007MinCpG_Coverage_XThe field shall match an approved dictionary or accepted string representation.Medium
VR-008BisulfiteConversion_RateThe field shall match an approved dictionary or accepted string representation.Medium
VR-009MinBisulfiteConversion_RateThe field shall match an approved dictionary or accepted string representation.Medium
VR-010FragmentSize_Peak_bpThe field shall match an approved dictionary or accepted string representation.Medium
VR-011FragmentProfile_ValidThe field shall match an approved dictionary or accepted string representation.Medium
VR-012BackgroundNoise_ScoreThe field shall match an approved dictionary or accepted string representation.Medium
VR-013MaxBackgroundNoise_ScoreThe field shall match an approved dictionary or accepted string representation.Medium
VR-014FeatureCompleteness_PercentThe field shall match an approved dictionary or accepted string representation.Medium
VR-015MinFeatureCompleteness_PercentThe field shall match an approved dictionary or accepted string representation.Medium
VR-016InformativeFragments_CountThe field shall match an approved dictionary or accepted string representation.Medium
VR-017MinInformativeFragmentsThe field shall match an approved dictionary or accepted string representation.Medium
VR-018CancerSignalScoreThe field shall match an approved dictionary or accepted string representation.Medium
VR-019CancerSignalThresholdThe field shall match an approved dictionary or accepted string representation.Medium
VR-020PredictedTissueThe field shall match an approved dictionary or accepted string representation.Medium
VR-021TissueConfidenceThe field shall match an approved dictionary or accepted string representation.Medium
VR-022MinTissueConfidenceThe field shall match an approved dictionary or accepted string representation.Medium
VR-023ModelAgreement_ScoreThe field shall match an approved dictionary or accepted string representation.Medium
VR-024MinModelAgreement_ScoreThe field shall match an approved dictionary or accepted string representation.Medium
VR-025PositiveControl_PassThe field shall match an approved dictionary or accepted string representation.Medium
VR-026NegativeControl_PassThe field shall match an approved dictionary or accepted string representation.Medium
VR-027PosControl_Score_ObservedThe field shall match an approved dictionary or accepted string representation.Medium
VR-028PosControl_Score_Expected_MinThe field shall match an approved dictionary or accepted string representation.Medium
VR-029NegControl_Score_ObservedThe field shall match an approved dictionary or accepted string representation.Medium
VR-030NegControl_Score_Expected_MaxThe field shall match an approved dictionary or accepted string representation.Medium
VR-031ArtifactDetectedThe field shall match an approved dictionary or accepted string representation.Medium
VR-032OvertrimmingDetectedThe field shall match an approved dictionary or accepted string representation.Medium
VR-033HemolysisIndexThe field shall match an approved dictionary or accepted string representation.Medium
VR-034MaxHemolysisIndexThe 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 MCED Classifier QC 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": "mcedclassifierqcchecker",
  "utilityFolder": "McedClassifierQcChecker",
  "package": "LiquidBiopsy",
  "overallStatus": "PASS|WARNING|FAIL",
  "sourceFile": "input.csv",
  "processedAtUtc": "2026-06-10T00:00:00Z",
  "checks": [
    {
      "parameter": "SampleID",
      "value": "MCED-2026-SCR-001",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-001"
    },
    {
      "parameter": "ClassifierName",
      "value": "OncoDetect_MC",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-002"
    },
    {
      "parameter": "ClassifierVersion",
      "value": "v3.2",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-003"
    },
    {
      "parameter": "CfDNA_Input_ng",
      "value": "25.0",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-004"
    },
    {
      "parameter": "MinCfDNA_Input_ng",
      "value": "10",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-005"
    },
    {
      "parameter": "CpG_Coverage_Mean_X",
      "value": "48.0",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-006"
    },
    {
      "parameter": "MinCpG_Coverage_X",
      "value": "30",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-007"
    },
    {
      "parameter": "BisulfiteConversion_Rate",
      "value": "0.996",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-008"
    },
    {
      "parameter": "MinBisulfiteConversion_Rate",
      "value": "0.99",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-009"
    },
    {
      "parameter": "FragmentSize_Peak_bp",
      "value": "167",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-010"
    },
    {
      "parameter": "FragmentProfile_Valid",
      "value": "true",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-011"
    },
    {
      "parameter": "BackgroundNoise_Score",
      "value": "0.06",
      "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": "McedClassifierQcChecker.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