SequencingDepthGateChecker

Sequencing Depth Gate

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

Utility description: Sequencing Depth Gate

Sequencing Depth Gate Checker — Per-Sample Sequencing Depth Adequacy Verification

Performs depth verification per CAP/CLIA §GEN.48800, FDA NGS guidance, AMP/ASCO/CAP Tiering and CLSI MM26-A: basic depth metrics (mean/median/min target depth, percent bases above minimum threshold), coverage uniformity (fold-80 penalty ≤2.0×, uniformity ≥80%, depth floor at 10% mean), critical region and hotspot coverage (100% required; any gap = potential false negative with explicit listing), UMI-adjusted molecular depth (unique molecular depth ≥ required, mean family size ≥3.0 for UMI assays), theoretical LOD calculation (3/effective_depth at 95% Poisson detection probability vs target assay LOD), and supplementary metrics (on-target rate ≥60%, GC bias correlation ≤0.3, duplicate rate ≤30%). Four-tier classification: DEPTH_SUFFICIENT / MARGINAL / INSUFFICIENT / CRITICAL_GAPS.

⚠️ Critical: Mean depth does NOT guarantee all-region coverage; uniformity and per-region analysis are mandatory. For UMI assays, raw depth may be 20,000× but unique molecular depth only 500× — the latter determines LOD. Fold-80 >2.0 means >20% of bases require disproportionate resequencing. Uncovered hotspot (e.g., EGFR T790M, BRAF V600E) = clinically unacceptable gap. Theoretical LOD is lower bound; actual LOD determined empirically during validation. GC bias >0.3 indicates enrichment/library issue, not just insufficient depth. High duplication without UMI = irreversible effective depth loss. Tool assesses DEPTH ADEQUACY only; does not evaluate variant quality. At CRITICAL_GAPS status, results may be released only with explicit disclosure of uncovered regions in report.

Usage:
  SequencingDepthGateChecker.exe                            → demo mode (console output)
  SequencingDepthGateChecker.exe input.csv output.json      → evaluate your data

📍 Scope of Application:
     • Clinical NGS laboratories: Mandatory per-sample check before variant calling.
     • Resequencing decisions: Objective criteria for pool rebalancing.
     • Panel validation: Confirmation of complete critical region coverage.
     • CAP/ISO accreditation: Documentation of depth adequacy per sample.
     • Research projects: QC filtering of insufficient-depth samples.

💡 Tips:
1. Assay-Specific Thresholds: Configure separate profiles for germline/somatic/cfDNA/amplicon.
2. Critical Region BED: Use annotated BED file with region priorities.
3. UMI Awareness: Always check unique molecular depth for UMI assays, not raw depth.
4. Pool Rebalancing: For INSUFFICIENT/MARGINAL, automatically calculate required resequencing volume.
5. Coverage Visualization: Integrate with IGV/Coverage plots for visual inspection of problematic regions.

⚠️ Note: This utility assesses DEPTH ADEQUACY, not variant quality. Variant calling QC is performed separately (VariantCallAcceptanceChecker). Depth is necessary but not sufficient for reliable variant detection; adequate base quality, mapping quality, and absence of artifacts are also required. For CRITICAL_GAPS status, results may be released only with explicit disclosure of uncovered regions in the clinical report.

input.csv

SampleID,PatientID,AssayName,AssayType,PanelName,MeanTargetDepth_X,MedianTargetDepth_X,MinTargetDepth_X,PercentBases_Above_MinDepth,RequiredMinDepth_X,RequiredMeanDepth_X,RequiredPercentAbove_MinDepth,Fold80_BasePenalty,MaxFold80_Allowed,Uniformity_Percent,MinUniformity_Percent,PercentBases_At10pctMean,MinPercentBases_At10pctMean,UMI_Assay,UniqueMolecularDepth_X,RequiredUniqueMolecularDepth_X,UMIDeduplication_Rate,MeanFamilySize,MinMeanFamilySize,TotalCriticalRegions,CriticalRegions_AtMinDepth,CriticalHotspots_Total,CriticalHotspots_AtMinDepth,UncoveredCriticalRegions,UncoveredHotspots,OnTargetRate_Percent,MinOnTargetRate_Percent,TotalReads_Million,OnTargetReads_Million,TargetLOD_VAF_Percent,GCBias_Correlation,MaxGCBias_Correlation,DuplicateRate_High,DuplicateRate_Percent,MaxDuplicateRate_Percent
DEP-2026-001,PAT-LUNG-042,OncoPanel_500,Somatic_Targeted,NSCLC_CGP,850,820,180,98.5,100,500,95,1.4,2.0,92.0,80,97.5,90,true,3200,1000,0.45,4.2,3.0,150,150,45,45,,,85.0,60,25,21,0.5,0.08,0.3,false,12.0,30
DEP-2026-002,PAT-CRC-055,CRC_Panel,Hybrid_Capture,CRC_200,320,180,15,72.0,100,500,95,3.8,2.0,62.0,80,75.0,90,false,0,0,0,0,0,80,68,25,22,"APC_exon15;SMAD4_exon2;TGFBR2_exon3","KRAS_G13D;BRAF_V600E",55.0,60,12,7,1.0,0.45,0.3,true,42.0,30
DEP-2026-003,PAT-BRCA-061,MRD_Panel,cfDNA_Panel,Breast_MRD,18000,15000,2500,94.0,5000,20000,95,1.8,2.0,85.0,80,92.0,90,true,1800,2000,0.72,8.5,3.0,60,58,20,20,ESR1_Y537S_region,,78.0,60,80,62,0.01,0.12,0.3,false,25.0,30

URS & FS — User Requirements and Functional Specification

This document describes the controlled interface and behaviour of SequencingDepthGateChecker for Sequencing Depth Gate 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 depth verification per CAP/CLIA §GEN.48800, FDA NGS guidance, AMP/ASCO/CAP Tiering and CLSI MM26-A: basic depth metrics (mean/median/min target depth, percent bases above minimum threshold), coverage uniformity (fold-80 penalty ≤2.0×, uniformity ≥80%, depth floor at 10% mean), critical region and hotspot coverage (100% required; any gap = potential false negative with explicit listing), UMI-adjusted molecular depth (unique molecular depth ≥ required, mean family size ≥3.0 for UMI assays
  • ⚠️ Critical: Mean depth does NOT guarantee all-region coverage; uniformity and per-region analysis are mandatory. For UMI assays, raw depth may be 20,000× but unique molecular depth only 500× — the latter determines LOD. Fold-80 >2.0 means >20% of bases require disproportionate resequencing. Uncovered hotspot (e.g., EGFR T790M, BRAF V600E) = clinically unacceptable gap. Theoretical LOD is lower bound; actual LOD determined empirically during validation. GC bias >0.3 indicates enrichment/library
  • • Panel validation: Confirmation of complete critical region coverage.
  • • CAP/ISO accreditation: Documentation of depth adequacy per sample.
  • 2. Critical Region BED: Use annotated BED file with region priorities.
  • ⚠️ Note: This utility assesses DEPTH ADEQUACY, not variant quality. Variant calling QC is performed separately (VariantCallAcceptanceChecker). Depth is necessary but not sufficient for reliable variant detection; adequate base quality, mapping quality, and absence of artifacts are also required. For CRITICAL_GAPS status, results may be released only with explicit disclosure of uncovered regions in the clinical report.

URS — User Requirements Specification

IDRequirementCriticalityAcceptance criterion
URS-001The utility shall accept an input.csv file for Sequencing Depth Gate 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 vocabularyDEP-2026-001Sample or laboratory specimen identifier.
2PatientIDstring / controlled vocabularyPAT-LUNG-042Controlled input parameter for deterministic QC rules.
3AssayNamestring / controlled vocabularyOncoPanel_500Controlled input parameter for deterministic QC rules.
4AssayTypestring / controlled vocabularySomatic_TargetedControlled input parameter for deterministic QC rules.
5PanelNamestring / controlled vocabularyNSCLC_CGPControlled input parameter for deterministic QC rules.
6MeanTargetDepth_Xstring / controlled vocabulary850Controlled input parameter for deterministic QC rules.
7MedianTargetDepth_Xstring / controlled vocabulary820Controlled input parameter for deterministic QC rules.
8MinTargetDepth_Xstring / controlled vocabulary180Controlled input parameter for deterministic QC rules.
9PercentBases_Above_MinDepthdecimal98.5Controlled input parameter for deterministic QC rules.
10RequiredMinDepth_Xdecimal100Controlled input parameter for deterministic QC rules.
11RequiredMeanDepth_Xdecimal500Controlled input parameter for deterministic QC rules.
12RequiredPercentAbove_MinDepthdecimal95Controlled input parameter for deterministic QC rules.
13Fold80_BasePenaltydecimal1.4Controlled input parameter for deterministic QC rules.
14MaxFold80_Alloweddecimal2.0Controlled input parameter for deterministic QC rules.
15Uniformity_Percentdecimal92.0Controlled input parameter for deterministic QC rules.
16MinUniformity_Percentdecimal80Controlled input parameter for deterministic QC rules.
17PercentBases_At10pctMeaninteger / decimal97.5Controlled input parameter for deterministic QC rules.
18MinPercentBases_At10pctMeaninteger / decimal90Controlled input parameter for deterministic QC rules.
19UMI_Assaystring / controlled vocabularytrueControlled input parameter for deterministic QC rules.
20UniqueMolecularDepth_Xdecimal3200Controlled input parameter for deterministic QC rules.
21RequiredUniqueMolecularDepth_Xdecimal1000Controlled input parameter for deterministic QC rules.
22UMIDeduplication_Ratestring / controlled vocabulary0.45Controlled input parameter for deterministic QC rules.
23MeanFamilySizedecimal4.2Controlled input parameter for deterministic QC rules.
24MinMeanFamilySizedecimal3.0Controlled input parameter for deterministic QC rules.
25TotalCriticalRegionsdecimal150Controlled input parameter for deterministic QC rules.
26CriticalRegions_AtMinDepthdecimal150Controlled input parameter for deterministic QC rules.
27CriticalHotspots_Totaldecimal45Controlled input parameter for deterministic QC rules.
28CriticalHotspots_AtMinDepthdecimal45Controlled input parameter for deterministic QC rules.
29UncoveredCriticalRegionsstring / controlled vocabularyControlled input parameter for deterministic QC rules.
30UncoveredHotspotsstring / controlled vocabularyControlled input parameter for deterministic QC rules.
31OnTargetRate_Percentdecimal85.0Controlled input parameter for deterministic QC rules.
32MinOnTargetRate_Percentdecimal60Controlled input parameter for deterministic QC rules.
33TotalReads_Millioninteger / decimal25Controlled input parameter for deterministic QC rules.
34OnTargetReads_Millionstring / controlled vocabulary21Controlled input parameter for deterministic QC rules.
35TargetLOD_VAF_Percentdecimal0.5Controlled input parameter for deterministic QC rules.
36GCBias_Correlationinteger / decimal0.08Controlled input parameter for deterministic QC rules.
37MaxGCBias_Correlationinteger / decimal0.3Controlled input parameter for deterministic QC rules.
38DuplicateRate_Highstring / controlled vocabularyfalseControlled input parameter for deterministic QC rules.
39DuplicateRate_Percentdecimal12.0Controlled input parameter for deterministic QC rules.
40MaxDuplicateRate_Percentdecimal30Controlled input parameter for deterministic QC rules.
SampleID,PatientID,AssayName,AssayType,PanelName,MeanTargetDepth_X,MedianTargetDepth_X,MinTargetDepth_X,PercentBases_Above_MinDepth,RequiredMinDepth_X,RequiredMeanDepth_X,RequiredPercentAbove_MinDepth,Fold80_BasePenalty,MaxFold80_Allowed,Uniformity_Percent,MinUniformity_Percent,PercentBases_At10pctMean,MinPercentBases_At10pctMean,UMI_Assay,UniqueMolecularDepth_X,RequiredUniqueMolecularDepth_X,UMIDeduplication_Rate,MeanFamilySize,MinMeanFamilySize,TotalCriticalRegions,CriticalRegions_AtMinDepth,CriticalHotspots_Total,CriticalHotspots_AtMinDepth,UncoveredCriticalRegions,UncoveredHotspots,OnTargetRate_Percent,MinOnTargetRate_Percent,TotalReads_Million,OnTargetReads_Million,TargetLOD_VAF_Percent,GCBias_Correlation,MaxGCBias_Correlation,DuplicateRate_High,DuplicateRate_Percent,MaxDuplicateRate_Percent
DEP-2026-001,PAT-LUNG-042,OncoPanel_500,Somatic_Targeted,NSCLC_CGP,850,820,180,98.5,100,500,95,1.4,2.0,92.0,80,97.5,90,true,3200,1000,0.45,4.2,3.0,150,150,45,45,,,85.0,60,25,21,0.5,0.08,0.3,false,12.0,30
DEP-2026-002,PAT-CRC-055,CRC_Panel,Hybrid_Capture,CRC_200,320,180,15,72.0,100,500,95,3.8,2.0,62.0,80,75.0,90,false,0,0,0,0,0,80,68,25,22,APC_exon15;SMAD4_exon2;TGFBR2_exon3,KRAS_G13D;BRAF_V600E,55.0,60,12,7,1.0,0.45,0.3,true,42.0,30
DEP-2026-003,PAT-BRCA-061,MRD_Panel,cfDNA_Panel,Breast_MRD,18000,15000,2500,94.0,5000,20000,95,1.8,2.0,85.0,80,92.0,90,true,1800,2000,0.72,8.5,3.0,60,58,20,20,ESR1_Y537S_region,,78.0,60,80,62,0.01,0.12,0.3,false,25.0,30

Input validation rules

IDFieldRuleCriticality
VR-001SampleIDThe field shall match an approved dictionary or accepted string representation.High
VR-002PatientIDThe field shall match an approved dictionary or accepted string representation.High
VR-003AssayNameThe field shall match an approved dictionary or accepted string representation.High
VR-004AssayTypeThe field shall match an approved dictionary or accepted string representation.Medium
VR-005PanelNameThe field shall match an approved dictionary or accepted string representation.Medium
VR-006MeanTargetDepth_XThe field shall match an approved dictionary or accepted string representation.Medium
VR-007MedianTargetDepth_XThe field shall match an approved dictionary or accepted string representation.Medium
VR-008MinTargetDepth_XThe field shall match an approved dictionary or accepted string representation.Medium
VR-009PercentBases_Above_MinDepthThe field shall match an approved dictionary or accepted string representation.Medium
VR-010RequiredMinDepth_XThe field shall match an approved dictionary or accepted string representation.Medium
VR-011RequiredMeanDepth_XThe field shall match an approved dictionary or accepted string representation.Medium
VR-012RequiredPercentAbove_MinDepthThe field shall match an approved dictionary or accepted string representation.Medium
VR-013Fold80_BasePenaltyThe field shall match an approved dictionary or accepted string representation.Medium
VR-014MaxFold80_AllowedThe field shall match an approved dictionary or accepted string representation.Medium
VR-015Uniformity_PercentThe field shall match an approved dictionary or accepted string representation.Medium
VR-016MinUniformity_PercentThe field shall match an approved dictionary or accepted string representation.Medium
VR-017PercentBases_At10pctMeanThe field shall match an approved dictionary or accepted string representation.Medium
VR-018MinPercentBases_At10pctMeanThe field shall match an approved dictionary or accepted string representation.Medium
VR-019UMI_AssayThe field shall match an approved dictionary or accepted string representation.Medium
VR-020UniqueMolecularDepth_XThe field shall match an approved dictionary or accepted string representation.Medium
VR-021RequiredUniqueMolecularDepth_XThe field shall match an approved dictionary or accepted string representation.Medium
VR-022UMIDeduplication_RateThe field shall match an approved dictionary or accepted string representation.Medium
VR-023MeanFamilySizeThe field shall match an approved dictionary or accepted string representation.Medium
VR-024MinMeanFamilySizeThe field shall match an approved dictionary or accepted string representation.Medium
VR-025TotalCriticalRegionsThe field shall match an approved dictionary or accepted string representation.Medium
VR-026CriticalRegions_AtMinDepthThe field shall match an approved dictionary or accepted string representation.Medium
VR-027CriticalHotspots_TotalThe field shall match an approved dictionary or accepted string representation.Medium
VR-028CriticalHotspots_AtMinDepthThe field shall match an approved dictionary or accepted string representation.Medium
VR-029UncoveredCriticalRegionsThe field shall match an approved dictionary or accepted string representation.Medium
VR-030UncoveredHotspotsThe field shall match an approved dictionary or accepted string representation.Medium
VR-031OnTargetRate_PercentThe field shall match an approved dictionary or accepted string representation.Medium
VR-032MinOnTargetRate_PercentThe field shall match an approved dictionary or accepted string representation.Medium
VR-033TotalReads_MillionThe field shall match an approved dictionary or accepted string representation.Medium
VR-034OnTargetReads_MillionThe field shall match an approved dictionary or accepted string representation.Medium
VR-035TargetLOD_VAF_PercentThe field shall match an approved dictionary or accepted string representation.Medium
VR-036GCBias_CorrelationThe field shall match an approved dictionary or accepted string representation.Medium
VR-037MaxGCBias_CorrelationThe field shall match an approved dictionary or accepted string representation.Medium
VR-038DuplicateRate_HighThe field shall match an approved dictionary or accepted string representation.Medium
VR-039DuplicateRate_PercentThe field shall match an approved dictionary or accepted string representation.Medium
VR-040MaxDuplicateRate_PercentThe 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 Sequencing Depth Gate 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": "sequencingdepthgatechecker",
  "utilityFolder": "SequencingDepthGateChecker",
  "package": "LiquidBiopsy",
  "overallStatus": "PASS|WARNING|FAIL",
  "sourceFile": "input.csv",
  "processedAtUtc": "2026-06-10T00:00:00Z",
  "checks": [
    {
      "parameter": "SampleID",
      "value": "DEP-2026-001",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-001"
    },
    {
      "parameter": "PatientID",
      "value": "PAT-LUNG-042",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-002"
    },
    {
      "parameter": "AssayName",
      "value": "OncoPanel_500",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-003"
    },
    {
      "parameter": "AssayType",
      "value": "Somatic_Targeted",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-004"
    },
    {
      "parameter": "PanelName",
      "value": "NSCLC_CGP",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-005"
    },
    {
      "parameter": "MeanTargetDepth_X",
      "value": "850",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-006"
    },
    {
      "parameter": "MedianTargetDepth_X",
      "value": "820",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-007"
    },
    {
      "parameter": "MinTargetDepth_X",
      "value": "180",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-008"
    },
    {
      "parameter": "PercentBases_Above_MinDepth",
      "value": "98.5",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-009"
    },
    {
      "parameter": "RequiredMinDepth_X",
      "value": "100",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-010"
    },
    {
      "parameter": "RequiredMeanDepth_X",
      "value": "500",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-011"
    },
    {
      "parameter": "RequiredPercentAbove_MinDepth",
      "value": "95",
      "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": "SequencingDepthGateChecker.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