SampleToInsightJsonBridge

Sample-to-Insight JSON Bridge

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

Utility description: Sample-to-Insight JSON Bridge

Sample-to-Insight JSON Bridge — Validation of Sample Data to Structured Clinical Insight Transformation

Verifies data-to-insight pipeline per HL7 FHIR Genomics Reporting IG, GA4GH Phenopackets, CAP/CLIA §GEN.48800 and FDA SaMD guidance: source data completeness (5 layers: pre-analytical, sequencing, variant calls, interpretation, clinical context), terminology normalization (HGVS, SNOMED CT, LOINC, INN, HGNC), reportability rules application (config loaded, rules executed, variants filtered with full traceability), knowledge base enrichment (OncoKB, ClinVar, PharmGKB, ACMG SF with failure tracking), semantic integrity (no data loss, no distortion, units preserved, variant→gene→drug→condition relationships maintained), output validation (JSON syntax + schema compliance), FHIR Genomics Reporting IG compliance (profile + required resources), and transformation audit trail (steps logged, sources traceable, rule decisions documented, annotation sources cited). Three-tier classification: BRIDGE_VALID / BRIDGE_WITH_WARNINGS / BRIDGE_FAILED.

⚠️ Critical: Sample-to-insight bridge is CRITICAL TRANSITION from data to decisions. Data loss during transformation = false-negative insight. Semantic distortion = false-positive or incorrect insight. Unnormalized terminology breaks EHR/CDSS interoperability. Missing transformation audit = irreproducible and uninvestigatable. FHIR compliance mandatory for modern EHR integration. KB enrichment failure must not produce unenriched insight without warning. Tool validates TRANSFORMATION PROCESS and output; does not verify clinical correctness of source data (upstream QC responsibility) or clinical decisions based on insight (CDSS/physician responsibility). Bridge guarantees faithful representation of source in output.

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

📍 Scope of Application:
     • Clinical laboratories: Output pipeline validation before EHR transmission.
     • CDSS integration: Quality assurance of input data for clinical decision support systems.
     • Research platforms: Standardized genomic data import.
     • Multi-center networks: Interoperable insight exchange.
     • Regulatory inspections: Documentation of data transformation pipeline.

💡 Tips:
1. Schema Registry: Maintain versioned registry of output JSON schemas.
2. Terminology Service: Use centralized FHIR Terminology Server for normalization.
3. KB API Resilience: Implement retry + fallback for KB queries; log all failures.
4. Integrity Testing: Create test datasets with known expected outputs for regression testing.
5. Audit Retention: Retain transformation audit logs ≥ clinical result retention period.

⚠️ Note: This utility validates the TRANSFORMATION PROCESS and its output. It does not verify clinical correctness of source data (upstream QC responsibility) or appropriateness of clinical decisions based on the insight (CDSS/physician responsibility). The bridge guarantees that what existed in the source is faithfully and completely represented in the output.

input.csv

SampleID,PatientID,AssayName,OutputFormat,SchemaVersion,HasPreAnalyticalData,HasSequencingMetrics,HasVariantCalls,HasInterpretationData,HasClinicalContext,MissingRequiredFields,Variants_HGVS_Compliant,Conditions_SNOMED_Coded,Observations_LOINC_Coded,Drugs_Normalized_INN,Genes_HGNC_Symbols,UnnormalizedTerms_Count,ReportabilityRules_ConfigLoaded,RulesApplied_Successfully,VariantsEvaluated_ByRules,VariantsIncluded_InInsight,VariantsExcluded_ByRules,OncoKB_Annotation_Applied,ClinVar_Annotation_Applied,PharmGKB_Annotation_Applied,ACMG_SF_Checked,Annotations_Added,Annotations_Failed,NoDataLoss_DuringTransform,NoSemanticDistortion,UnitsPreserved,RelationshipsMaintained,IntegrityViolations_Count,OutputJSON_SyntaxValid,OutputJSON_SchemaValid,FHIR_Profile_Compliant,Required_FHIR_Resources_Present,OutputSize_KB,TransformationSteps_Logged,SourceReferences_Traceable,RuleDecisions_Documented,AnnotationSources_Cited,PipelineVersion,TransformTimestamp_Utc
BRIDGE-2026-001,PAT-LUNG-042,NSCLC_CGP,FHIR_Genomics,2.1.0,true,true,true,true,true,0,true,true,true,true,true,0,true,true,45,3,42,true,true,true,true,28,0,true,true,true,true,0,true,true,true,true,85.2,true,true,true,true,v4.2.1,2026-06-09T14:30:00Z
BRIDGE-2026-002,PAT-CRC-055,CRC_Panel,FHIR_Genomics,2.1.0,true,true,true,false,true,5,true,false,true,false,true,8,true,false,32,0,0,true,false,false,false,12,7,false,false,true,false,4,false,false,false,false,42.1,true,false,false,false,v4.2.1,2026-06-09T15:10:00Z

URS & FS — User Requirements and Functional Specification

This document describes the controlled interface and behaviour of SampleToInsightJsonBridge for Sample-to-Insight JSON Bridge.

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.
  • Verifies data-to-insight pipeline per HL7 FHIR Genomics Reporting IG, GA4GH Phenopackets, CAP/CLIA §GEN.48800 and FDA SaMD guidance: source data completeness (5 layers: pre-analytical, sequencing, variant calls, interpretation, clinical context), terminology normalization (HGVS, SNOMED CT, LOINC, INN, HGNC), reportability rules application (config loaded, rules executed, variants filtered with full traceability), knowledge base enrichment (OncoKB, ClinVar, PharmGKB, ACMG SF with failure tracking
  • ⚠️ Critical: Sample-to-insight bridge is CRITICAL TRANSITION from data to decisions. Data loss during transformation = false-negative insight. Semantic distortion = false-positive or incorrect insight. Unnormalized terminology breaks EHR/CDSS interoperability. Missing transformation audit = irreproducible and uninvestigatable. FHIR compliance mandatory for modern EHR integration. KB enrichment failure must not produce unenriched insight without warning. Tool validates TRANSFORMATION PROCESS and
  • 5. Audit Retention: Retain transformation audit logs ≥ clinical result retention period.

URS — User Requirements Specification

IDRequirementCriticalityAcceptance criterion
URS-001The utility shall accept an input.csv file for Sample-to-Insight JSON Bridge 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 vocabularyBRIDGE-2026-001Sample or laboratory specimen identifier.
2PatientIDstring / controlled vocabularyPAT-LUNG-042Controlled input parameter for deterministic QC rules.
3AssayNamestring / controlled vocabularyNSCLC_CGPControlled input parameter for deterministic QC rules.
4OutputFormatstring / controlled vocabularyFHIR_GenomicsControlled input parameter for deterministic QC rules.
5SchemaVersionstring / controlled vocabulary2.1.0Controlled input parameter for deterministic QC rules.
6HasPreAnalyticalDatastring / controlled vocabularytrueControlled input parameter for deterministic QC rules.
7HasSequencingMetricsstring / controlled vocabularytrueControlled input parameter for deterministic QC rules.
8HasVariantCallsstring / controlled vocabularytrueControlled input parameter for deterministic QC rules.
9HasInterpretationDatastring / controlled vocabularytrueControlled input parameter for deterministic QC rules.
10HasClinicalContextstring / controlled vocabularytrueControlled input parameter for deterministic QC rules.
11MissingRequiredFieldsdecimal0Controlled input parameter for deterministic QC rules.
12Variants_HGVS_Compliantstring / controlled vocabularytrueControlled input parameter for deterministic QC rules.
13Conditions_SNOMED_Codedstring / controlled vocabularytrueControlled input parameter for deterministic QC rules.
14Observations_LOINC_Codedstring / controlled vocabularytrueControlled input parameter for deterministic QC rules.
15Drugs_Normalized_INNstring / controlled vocabularytrueControlled input parameter for deterministic QC rules.
16Genes_HGNC_Symbolsstring / controlled vocabularytrueControlled input parameter for deterministic QC rules.
17UnnormalizedTerms_Countinteger / decimal0Count parameter used for microbiological, particulate or cellular control.
18ReportabilityRules_ConfigLoadedstring / controlled vocabularytrueControlled input parameter for deterministic QC rules.
19RulesApplied_Successfullystring / controlled vocabularytrueControlled input parameter for deterministic QC rules.
20VariantsEvaluated_ByRulesdecimal45Controlled input parameter for deterministic QC rules.
21VariantsIncluded_InInsightdecimal3Controlled input parameter for deterministic QC rules.
22VariantsExcluded_ByRulesdecimal42Controlled input parameter for deterministic QC rules.
23OncoKB_Annotation_Appliedstring / controlled vocabularytrueControlled input parameter for deterministic QC rules.
24ClinVar_Annotation_Appliedstring / controlled vocabularytrueControlled input parameter for deterministic QC rules.
25PharmGKB_Annotation_Appliedstring / controlled vocabularytruepH; parameter relevant to stability, compatibility and batch suitability.
26ACMG_SF_Checkedstring / controlled vocabularytrueControlled input parameter for deterministic QC rules.
27Annotations_Addeddecimal28Controlled input parameter for deterministic QC rules.
28Annotations_Faileddecimal0Controlled input parameter for deterministic QC rules.
29NoDataLoss_DuringTransformstring / controlled vocabularytrueControlled input parameter for deterministic QC rules.
30NoSemanticDistortionstring / controlled vocabularytrueControlled input parameter for deterministic QC rules.
31UnitsPreservedstring / controlled vocabularytrueControlled input parameter for deterministic QC rules.
32RelationshipsMaintainedstring / controlled vocabularytrueControlled input parameter for deterministic QC rules.
33IntegrityViolations_Countinteger / decimal0Count parameter used for microbiological, particulate or cellular control.
34OutputJSON_SyntaxValidstring / controlled vocabularytrueControlled input parameter for deterministic QC rules.
35OutputJSON_SchemaValidstring / controlled vocabularytrueControlled input parameter for deterministic QC rules.
36FHIR_Profile_Compliantstring / controlled vocabularytrueControlled input parameter for deterministic QC rules.
37Required_FHIR_Resources_Presentstring / controlled vocabularytrueControlled input parameter for deterministic QC rules.
38OutputSize_KBdecimal85.2Controlled input parameter for deterministic QC rules.
39TransformationSteps_Loggedstring / controlled vocabularytrueControlled input parameter for deterministic QC rules.
40SourceReferences_Traceablestring / controlled vocabularytrueControlled input parameter for deterministic QC rules.
41RuleDecisions_Documentedstring / controlled vocabularytrueControlled input parameter for deterministic QC rules.
42AnnotationSources_Citedstring / controlled vocabularytrueControlled input parameter for deterministic QC rules.
43PipelineVersionstring / controlled vocabularyv4.2.1Controlled input parameter for deterministic QC rules.
44TransformTimestamp_Utcstring / controlled vocabulary2026-06-09T14:30:00ZTime parameter for process, incubation, storage or analytical workflow.
SampleID,PatientID,AssayName,OutputFormat,SchemaVersion,HasPreAnalyticalData,HasSequencingMetrics,HasVariantCalls,HasInterpretationData,HasClinicalContext,MissingRequiredFields,Variants_HGVS_Compliant,Conditions_SNOMED_Coded,Observations_LOINC_Coded,Drugs_Normalized_INN,Genes_HGNC_Symbols,UnnormalizedTerms_Count,ReportabilityRules_ConfigLoaded,RulesApplied_Successfully,VariantsEvaluated_ByRules,VariantsIncluded_InInsight,VariantsExcluded_ByRules,OncoKB_Annotation_Applied,ClinVar_Annotation_Applied,PharmGKB_Annotation_Applied,ACMG_SF_Checked,Annotations_Added,Annotations_Failed,NoDataLoss_DuringTransform,NoSemanticDistortion,UnitsPreserved,RelationshipsMaintained,IntegrityViolations_Count,OutputJSON_SyntaxValid,OutputJSON_SchemaValid,FHIR_Profile_Compliant,Required_FHIR_Resources_Present,OutputSize_KB,TransformationSteps_Logged,SourceReferences_Traceable,RuleDecisions_Documented,AnnotationSources_Cited,PipelineVersion,TransformTimestamp_Utc
BRIDGE-2026-001,PAT-LUNG-042,NSCLC_CGP,FHIR_Genomics,2.1.0,true,true,true,true,true,0,true,true,true,true,true,0,true,true,45,3,42,true,true,true,true,28,0,true,true,true,true,0,true,true,true,true,85.2,true,true,true,true,v4.2.1,2026-06-09T14:30:00Z
BRIDGE-2026-002,PAT-CRC-055,CRC_Panel,FHIR_Genomics,2.1.0,true,true,true,false,true,5,true,false,true,false,true,8,true,false,32,0,0,true,false,false,false,12,7,false,false,true,false,4,false,false,false,false,42.1,true,false,false,false,v4.2.1,2026-06-09T15:10:00Z

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-004OutputFormatThe field shall match an approved dictionary or accepted string representation.Medium
VR-005SchemaVersionThe field shall match an approved dictionary or accepted string representation.Medium
VR-006HasPreAnalyticalDataThe field shall match an approved dictionary or accepted string representation.Medium
VR-007HasSequencingMetricsThe field shall match an approved dictionary or accepted string representation.Medium
VR-008HasVariantCallsThe field shall match an approved dictionary or accepted string representation.Medium
VR-009HasInterpretationDataThe field shall match an approved dictionary or accepted string representation.Medium
VR-010HasClinicalContextThe field shall match an approved dictionary or accepted string representation.Medium
VR-011MissingRequiredFieldsThe field shall match an approved dictionary or accepted string representation.Medium
VR-012Variants_HGVS_CompliantThe field shall match an approved dictionary or accepted string representation.Medium
VR-013Conditions_SNOMED_CodedThe field shall match an approved dictionary or accepted string representation.Medium
VR-014Observations_LOINC_CodedThe field shall match an approved dictionary or accepted string representation.Medium
VR-015Drugs_Normalized_INNThe field shall match an approved dictionary or accepted string representation.Medium
VR-016Genes_HGNC_SymbolsThe field shall match an approved dictionary or accepted string representation.Medium
VR-017UnnormalizedTerms_CountThe field shall match an approved dictionary or accepted string representation.Medium
VR-018ReportabilityRules_ConfigLoadedThe field shall match an approved dictionary or accepted string representation.Medium
VR-019RulesApplied_SuccessfullyThe field shall match an approved dictionary or accepted string representation.Medium
VR-020VariantsEvaluated_ByRulesThe field shall match an approved dictionary or accepted string representation.Medium
VR-021VariantsIncluded_InInsightThe field shall match an approved dictionary or accepted string representation.Medium
VR-022VariantsExcluded_ByRulesThe field shall match an approved dictionary or accepted string representation.Medium
VR-023OncoKB_Annotation_AppliedThe field shall match an approved dictionary or accepted string representation.Medium
VR-024ClinVar_Annotation_AppliedThe field shall match an approved dictionary or accepted string representation.Medium
VR-025PharmGKB_Annotation_AppliedThe field shall match an approved dictionary or accepted string representation.Medium
VR-026ACMG_SF_CheckedThe field shall match an approved dictionary or accepted string representation.Medium
VR-027Annotations_AddedThe field shall match an approved dictionary or accepted string representation.Medium
VR-028Annotations_FailedThe field shall match an approved dictionary or accepted string representation.Medium
VR-029NoDataLoss_DuringTransformThe field shall match an approved dictionary or accepted string representation.Medium
VR-030NoSemanticDistortionThe field shall match an approved dictionary or accepted string representation.Medium
VR-031UnitsPreservedThe field shall match an approved dictionary or accepted string representation.Medium
VR-032RelationshipsMaintainedThe field shall match an approved dictionary or accepted string representation.Medium
VR-033IntegrityViolations_CountThe field shall match an approved dictionary or accepted string representation.Medium
VR-034OutputJSON_SyntaxValidThe field shall match an approved dictionary or accepted string representation.Medium
VR-035OutputJSON_SchemaValidThe field shall match an approved dictionary or accepted string representation.Medium
VR-036FHIR_Profile_CompliantThe field shall match an approved dictionary or accepted string representation.Medium
VR-037Required_FHIR_Resources_PresentThe field shall match an approved dictionary or accepted string representation.Medium
VR-038OutputSize_KBThe field shall match an approved dictionary or accepted string representation.Medium
VR-039TransformationSteps_LoggedThe field shall match an approved dictionary or accepted string representation.Medium
VR-040SourceReferences_TraceableThe field shall match an approved dictionary or accepted string representation.Medium
VR-041RuleDecisions_DocumentedThe field shall match an approved dictionary or accepted string representation.Medium
VR-042AnnotationSources_CitedThe field shall match an approved dictionary or accepted string representation.Medium
VR-043PipelineVersionThe field shall match an approved dictionary or accepted string representation.Medium
VR-044TransformTimestamp_UtcThe 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 Sample-to-Insight JSON Bridge, 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": "sampletoinsightjsonbridge",
  "utilityFolder": "SampleToInsightJsonBridge",
  "package": "LiquidBiopsy",
  "overallStatus": "PASS|WARNING|FAIL",
  "sourceFile": "input.csv",
  "processedAtUtc": "2026-06-10T00:00:00Z",
  "checks": [
    {
      "parameter": "SampleID",
      "value": "BRIDGE-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": "NSCLC_CGP",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-003"
    },
    {
      "parameter": "OutputFormat",
      "value": "FHIR_Genomics",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-004"
    },
    {
      "parameter": "SchemaVersion",
      "value": "2.1.0",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-005"
    },
    {
      "parameter": "HasPreAnalyticalData",
      "value": "true",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-006"
    },
    {
      "parameter": "HasSequencingMetrics",
      "value": "true",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-007"
    },
    {
      "parameter": "HasVariantCalls",
      "value": "true",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-008"
    },
    {
      "parameter": "HasInterpretationData",
      "value": "true",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-009"
    },
    {
      "parameter": "HasClinicalContext",
      "value": "true",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-010"
    },
    {
      "parameter": "MissingRequiredFields",
      "value": "0",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-011"
    },
    {
      "parameter": "Variants_HGVS_Compliant",
      "value": "true",
      "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": "SampleToInsightJsonBridge.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