SampleIdentityConsistencyChecker
Sample Identity Consistency
Utility description: Sample Identity Consistency
Sample Identity Consistency Checker — Multi-Level Sample Identity Verification Performs comprehensive identity verification per CAP/CLIA §GEN.48800, ISO 15189 §7.3.2, CLSI GP44-A2 and Joint Commission NPSG.01.01.01: demographics consistency (name, DOB, sex, MRN match between requisition and LIMS), barcode consistency across all workflow stages (tube → extraction → library → flow cell), genetic fingerprint (SNP concordance score ≥0.95 vs reference/prior sample), genetic sex determination vs declared sex, chain of custody completeness, metadata plausibility (collection date, age, duplicate accessions, unexpected sample type), and prior genotype concordance. Four-tier classification: IDENTITY_VERIFIED / DISCREPANCY_DETECTED / SUSPECTED_SWAP / INSUFFICIENT_DATA. ⚠️ Critical: Identification errors cause ~10% of serious lab incidents. ANY discrepancy = HOLD RELEASE pending investigation. SUSPECTED_SWAP = IMMEDIATE HALT + quarantine + director notification. Genetic fingerprint is most reliable verification method; use when possible. Manual barcode transcription increases error risk by order of magnitude. For germline tests, comparison with prior results mandatory when history available. Sex mismatch may be biological (DSD, transplant); not always error. Tool performs VERIFICATION based on available data; absence of discrepancies ≠ guaranteed correct identification. Combination of methods (demographics + barcodes + genetics + CoC) provides maximum reliability. Release decisions upon DISCREPANCY made by laboratory director after investigation.
input.csv
SampleID,PatientID,AssayName,Req_PatientName,Req_DateOfBirth,Req_Sex,Req_MRN,Req_OrderingProvider,LIMS_PatientName,LIMS_DateOfBirth,LIMS_Sex,LIMS_MRN,LIMS_AccessionNumber,Barcode_SampleTube,Barcode_ExtractionPlate,Barcode_LibraryPlate,Barcode_SequencingFlowCell,Barcode_AllMatch,Barcode_Readable_AllStages,GeneticFingerprint_Performed,GeneticFingerprint_MatchScore,MinGeneticFingerprint_MatchScore,GeneticSex_Determined,GeneticSex_MatchesDeclared,SNPs_Checked,SNPs_Concordant,ChainOfCustody_Complete,CustodyTransfers_Count,AllTransfers_Documented,CustodyGap_Description,CollectionDate_Plausible,AgeAtCollection_Plausible,SexConsistent_AcrossSources,DuplicateAccession_Detected,UnexpectedSampleType,PriorResults_Available,PriorGenotype_Concordant,PriorDiscordance_Details ID-2026-001,PAT-LUNG-042,NSCLC_CGP,Ivanov Ivan,1965-03-15,M,MRN-12345,Dr. Petrov,Ivanov Ivan,1965-03-15,M,MRN-12345,ACC-2026-0891,BC-TUBE-0891,BC-EXT-0891,BC-LIB-0891,BC-FC-0891,true,true,true,0.998,0.95,XY,true,24,24,true,4,true,,true,true,true,false,false,true,true, ID-2026-002,PAT-CRC-055,CRC_Panel,Smirnova Anna,1978-07-22,F,MRN-67890,Dr. Sidorova,Smirnova Anna,1978-07-22,F,MRN-67890,ACC-2026-0892,BC-TUBE-0892,BC-EXT-0892,BC-LIB-0893,BC-FC-0892,false,true,true,0.97,0.95,XY,false,24,23,true,4,true,,true,true,false,false,false,false,, ID-2026-003,PAT-BRCA-061,BRCA1_2_Germline,Kozlova Maria,1985-11-03,F,MRN-11111,Dr. Ivanova,Kozlova Maria,1985-11-03,F,MRN-11111,ACC-2026-0893,BC-TUBE-0893,BC-EXT-0893,BC-LIB-0893,BC-FC-0893,true,true,true,0.72,0.95,XX,true,24,17,false,5,false,Missing transfer record between extraction and library prep,true,true,true,false,false,true,false,3/24 SNPs discordant with prior germline test from 2025-08
URS & FS — User Requirements and Functional Specification
This document describes the controlled interface and behaviour of SampleIdentityConsistencyChecker for Sample Identity Consistency Checker.
Domain limits and critical parameters
- Performs comprehensive identity verification per CAP/CLIA §GEN.48800, ISO 15189 §7.3.2, CLSI GP44-A2 and Joint Commission NPSG.01.01.01: demographics consistency (name, DOB, sex, MRN match between requisition and LIMS), barcode consistency across all workflow stages (tube → extraction → library → flow cell), genetic fingerprint (SNP concordance score ≥0.95 vs reference/prior sample), genetic sex determination vs declared sex, chain of custody completeness, metadata plausibility (collection date,
- ⚠️ Critical: Identification errors cause ~10% of serious lab incidents. ANY discrepancy = HOLD RELEASE pending investigation. SUSPECTED_SWAP = IMMEDIATE HALT + quarantine + director notification. Genetic fingerprint is most reliable verification method; use when possible. Manual barcode transcription increases error risk by order of magnitude. For germline tests, comparison with prior results mandatory when history available. Sex mismatch may be biological (DSD, transplant); not always error. To
URS — User Requirements Specification
| ID | Requirement | Criticality | Acceptance criterion |
|---|---|---|---|
| URS-001 | The utility shall accept an input.csv file for Sample Identity Consistency Checker with headers defined in the data contract. | High | The file is processed without manual header editing. |
| URS-002 | The utility shall perform deterministic QC evaluation without machine learning and without probabilistic conformance decisions. | High | Identical input data, rule version and configuration produce reproducible results. |
| URS-003 | The utility shall validate mandatory fields, data types, ranges, units and domain plausibility. | High | Schema, conversion and range errors are explicitly reported. |
| URS-004 | The utility shall apply domain limits and rules from the description, approved specification, registration dossier and local SOPs. | High | Each check has PASS/WARNING/FAIL and a clear message. |
| URS-005 | The utility shall generate output.json with machine-readable results, source values, warnings, failures and critical findings. | High | JSON is suitable for LIMS/ELN/MES integration and QA/QC review. |
| URS-006 | The utility shall preserve traceability between batch/sample, input file, applied rules and final status. | High | Output contains identifiers, checked parameters and audit metadata. |
| URS-007 | The documentation shall support IQ/OQ/PQ, CSV/CSA and review by internal QA or inspectors. | Medium | URS, FS, input/output contract and test scenarios are supplied with the utility. |
| URS-008 | The utility shall be used as a QC decision-support tool and not as a substitute for approved specifications and QA/QP release decision. | Medium | Documentation states change control and limit-verification expectations. |
input.csv contract
| # | Field | Type | Sample | Purpose |
|---|---|---|---|---|
| 1 | SampleID | string / controlled vocabulary | ID-2026-001 | Sample or laboratory specimen identifier. |
| 2 | PatientID | string / controlled vocabulary | PAT-LUNG-042 | Controlled input parameter for deterministic QC rules. |
| 3 | AssayName | string / controlled vocabulary | NSCLC_CGP | Controlled input parameter for deterministic QC rules. |
| 4 | Req_PatientName | string / controlled vocabulary | Ivanov Ivan | Controlled input parameter for deterministic QC rules. |
| 5 | Req_DateOfBirth | string / controlled vocabulary | 1965-03-15 | Controlled input parameter for deterministic QC rules. |
| 6 | Req_Sex | string / controlled vocabulary | M | Controlled input parameter for deterministic QC rules. |
| 7 | Req_MRN | string / controlled vocabulary | MRN-12345 | Controlled input parameter for deterministic QC rules. |
| 8 | Req_OrderingProvider | string / controlled vocabulary | Dr. Petrov | Controlled input parameter for deterministic QC rules. |
| 9 | LIMS_PatientName | string / controlled vocabulary | Ivanov Ivan | Controlled input parameter for deterministic QC rules. |
| 10 | LIMS_DateOfBirth | string / controlled vocabulary | 1965-03-15 | Controlled input parameter for deterministic QC rules. |
| 11 | LIMS_Sex | string / controlled vocabulary | M | Controlled input parameter for deterministic QC rules. |
| 12 | LIMS_MRN | string / controlled vocabulary | MRN-12345 | Controlled input parameter for deterministic QC rules. |
| 13 | LIMS_AccessionNumber | string / controlled vocabulary | ACC-2026-0891 | Controlled input parameter for deterministic QC rules. |
| 14 | Barcode_SampleTube | string / controlled vocabulary | BC-TUBE-0891 | Sample or laboratory specimen identifier. |
| 15 | Barcode_ExtractionPlate | string / controlled vocabulary | BC-EXT-0891 | Controlled input parameter for deterministic QC rules. |
| 16 | Barcode_LibraryPlate | string / controlled vocabulary | BC-LIB-0891 | Controlled input parameter for deterministic QC rules. |
| 17 | Barcode_SequencingFlowCell | string / controlled vocabulary | BC-FC-0891 | Controlled input parameter for deterministic QC rules. |
| 18 | Barcode_AllMatch | string / controlled vocabulary | true | Controlled input parameter for deterministic QC rules. |
| 19 | Barcode_Readable_AllStages | string / controlled vocabulary | true | Controlled input parameter for deterministic QC rules. |
| 20 | GeneticFingerprint_Performed | string / controlled vocabulary | true | Controlled input parameter for deterministic QC rules. |
| 21 | GeneticFingerprint_MatchScore | decimal | 0.998 | Controlled input parameter for deterministic QC rules. |
| 22 | MinGeneticFingerprint_MatchScore | decimal | 0.95 | Controlled input parameter for deterministic QC rules. |
| 23 | GeneticSex_Determined | string / controlled vocabulary | XY | Controlled input parameter for deterministic QC rules. |
| 24 | GeneticSex_MatchesDeclared | string / controlled vocabulary | true | Controlled input parameter for deterministic QC rules. |
| 25 | SNPs_Checked | decimal | 24 | Controlled input parameter for deterministic QC rules. |
| 26 | SNPs_Concordant | decimal | 24 | Controlled input parameter for deterministic QC rules. |
| 27 | ChainOfCustody_Complete | string / controlled vocabulary | true | Controlled input parameter for deterministic QC rules. |
| 28 | CustodyTransfers_Count | integer / decimal | 4 | Count parameter used for microbiological, particulate or cellular control. |
| 29 | AllTransfers_Documented | string / controlled vocabulary | true | Controlled input parameter for deterministic QC rules. |
| 30 | CustodyGap_Description | string / controlled vocabulary | | Controlled input parameter for deterministic QC rules. |
| 31 | CollectionDate_Plausible | string / controlled vocabulary | true | Controlled input parameter for deterministic QC rules. |
| 32 | AgeAtCollection_Plausible | string / controlled vocabulary | true | Controlled input parameter for deterministic QC rules. |
| 33 | SexConsistent_AcrossSources | string / controlled vocabulary | true | Controlled input parameter for deterministic QC rules. |
| 34 | DuplicateAccession_Detected | string / controlled vocabulary | false | Controlled input parameter for deterministic QC rules. |
| 35 | UnexpectedSampleType | string / controlled vocabulary | false | Sample or laboratory specimen identifier. |
| 36 | PriorResults_Available | string / controlled vocabulary | true | Result/status used in final classification. |
| 37 | PriorGenotype_Concordant | string / controlled vocabulary | true | Controlled input parameter for deterministic QC rules. |
| 38 | PriorDiscordance_Details | string / controlled vocabulary | | Controlled input parameter for deterministic QC rules. |
SampleID,PatientID,AssayName,Req_PatientName,Req_DateOfBirth,Req_Sex,Req_MRN,Req_OrderingProvider,LIMS_PatientName,LIMS_DateOfBirth,LIMS_Sex,LIMS_MRN,LIMS_AccessionNumber,Barcode_SampleTube,Barcode_ExtractionPlate,Barcode_LibraryPlate,Barcode_SequencingFlowCell,Barcode_AllMatch,Barcode_Readable_AllStages,GeneticFingerprint_Performed,GeneticFingerprint_MatchScore,MinGeneticFingerprint_MatchScore,GeneticSex_Determined,GeneticSex_MatchesDeclared,SNPs_Checked,SNPs_Concordant,ChainOfCustody_Complete,CustodyTransfers_Count,AllTransfers_Documented,CustodyGap_Description,CollectionDate_Plausible,AgeAtCollection_Plausible,SexConsistent_AcrossSources,DuplicateAccession_Detected,UnexpectedSampleType,PriorResults_Available,PriorGenotype_Concordant,PriorDiscordance_Details ID-2026-001,PAT-LUNG-042,NSCLC_CGP,Ivanov Ivan,1965-03-15,M,MRN-12345,Dr. Petrov,Ivanov Ivan,1965-03-15,M,MRN-12345,ACC-2026-0891,BC-TUBE-0891,BC-EXT-0891,BC-LIB-0891,BC-FC-0891,true,true,true,0.998,0.95,XY,true,24,24,true,4,true,,true,true,true,false,false,true,true, ID-2026-002,PAT-CRC-055,CRC_Panel,Smirnova Anna,1978-07-22,F,MRN-67890,Dr. Sidorova,Smirnova Anna,1978-07-22,F,MRN-67890,ACC-2026-0892,BC-TUBE-0892,BC-EXT-0892,BC-LIB-0893,BC-FC-0892,false,true,true,0.97,0.95,XY,false,24,23,true,4,true,,true,true,false,false,false,false,, ID-2026-003,PAT-BRCA-061,BRCA1_2_Germline,Kozlova Maria,1985-11-03,F,MRN-11111,Dr. Ivanova,Kozlova Maria,1985-11-03,F,MRN-11111,ACC-2026-0893,BC-TUBE-0893,BC-EXT-0893,BC-LIB-0893,BC-FC-0893,true,true,true,0.72,0.95,XX,true,24,17,false,5,false,Missing transfer record between extraction and library prep,true,true,true,false,false,true,false,3/24 SNPs discordant with prior germline test from 2025-08
Input validation rules
| ID | Field | Rule | Criticality |
|---|---|---|---|
| VR-001 | SampleID | The field shall match an approved dictionary or accepted string representation. | High |
| VR-002 | PatientID | The field shall match an approved dictionary or accepted string representation. | High |
| VR-003 | AssayName | The field shall match an approved dictionary or accepted string representation. | High |
| VR-004 | Req_PatientName | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-005 | Req_DateOfBirth | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-006 | Req_Sex | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-007 | Req_MRN | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-008 | Req_OrderingProvider | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-009 | LIMS_PatientName | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-010 | LIMS_DateOfBirth | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-011 | LIMS_Sex | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-012 | LIMS_MRN | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-013 | LIMS_AccessionNumber | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-014 | Barcode_SampleTube | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-015 | Barcode_ExtractionPlate | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-016 | Barcode_LibraryPlate | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-017 | Barcode_SequencingFlowCell | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-018 | Barcode_AllMatch | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-019 | Barcode_Readable_AllStages | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-020 | GeneticFingerprint_Performed | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-021 | GeneticFingerprint_MatchScore | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-022 | MinGeneticFingerprint_MatchScore | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-023 | GeneticSex_Determined | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-024 | GeneticSex_MatchesDeclared | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-025 | SNPs_Checked | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-026 | SNPs_Concordant | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-027 | ChainOfCustody_Complete | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-028 | CustodyTransfers_Count | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-029 | AllTransfers_Documented | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-030 | CustodyGap_Description | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-031 | CollectionDate_Plausible | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-032 | AgeAtCollection_Plausible | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-033 | SexConsistent_AcrossSources | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-034 | DuplicateAccession_Detected | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-035 | UnexpectedSampleType | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-036 | PriorResults_Available | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-037 | PriorGenotype_Concordant | The field shall match an approved dictionary or accepted string representation. | Medium |
| VR-038 | PriorDiscordance_Details | The field shall match an approved dictionary or accepted string representation. | Medium |
FS — Functional Specification
| ID | Function | Implementation |
|---|---|---|
| FS-001 | CLI execution | Support execution modes: demo mode without arguments and production mode input.csv output.json. |
| FS-002 | CSV import | Read input.csv in UTF-8/CSV-compatible format and validate header and expected columns. |
| FS-003 | Schema validation | Check mandatory fields, column count, unknown key fields and empty mandatory values. |
| FS-004 | Type conversion | Convert numeric, flag and text values; invalid format is recorded as a row-level error. |
| FS-005 | Domain rule engine | Apply rules for Sample Identity Consistency Checker, including critical limits from the description and approved specification. |
| FS-006 | Status aggregation | Produce final status: FAIL for critical failure, WARNING for non-critical deviation, PASS for conformance. |
| FS-007 | JSON export | Write output.json with detailed checks, source values, warnings, failures and critical findings. |
| FS-008 | Audit support | Keep result structure suitable for review, deviation investigation and calculation reproduction. |
| FS-009 | Integration contract | Support the scenario LIMS/ELN/MES → input.csv → utility → output.json → portal/admin review. |
| FS-010 | Error handling | Return explicit messages for missing file, empty CSV, invalid schema, output write failure and invalid format. |
Example output.json
{
"utilityId": "sampleidentityconsistencychecker",
"utilityFolder": "SampleIdentityConsistencyChecker",
"package": "LiquidBiopsy",
"overallStatus": "PASS|WARNING|FAIL",
"sourceFile": "input.csv",
"processedAtUtc": "2026-06-10T00:00:00Z",
"checks": [
{
"parameter": "SampleID",
"value": "ID-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": "Req_PatientName",
"value": "Ivanov Ivan",
"status": "PASS|WARNING|FAIL",
"message": "Deterministic rule-based check result",
"ruleReference": "FS-RULE-004"
},
{
"parameter": "Req_DateOfBirth",
"value": "1965-03-15",
"status": "PASS|WARNING|FAIL",
"message": "Deterministic rule-based check result",
"ruleReference": "FS-RULE-005"
},
{
"parameter": "Req_Sex",
"value": "M",
"status": "PASS|WARNING|FAIL",
"message": "Deterministic rule-based check result",
"ruleReference": "FS-RULE-006"
},
{
"parameter": "Req_MRN",
"value": "MRN-12345",
"status": "PASS|WARNING|FAIL",
"message": "Deterministic rule-based check result",
"ruleReference": "FS-RULE-007"
},
{
"parameter": "Req_OrderingProvider",
"value": "Dr. Petrov",
"status": "PASS|WARNING|FAIL",
"message": "Deterministic rule-based check result",
"ruleReference": "FS-RULE-008"
},
{
"parameter": "LIMS_PatientName",
"value": "Ivanov Ivan",
"status": "PASS|WARNING|FAIL",
"message": "Deterministic rule-based check result",
"ruleReference": "FS-RULE-009"
},
{
"parameter": "LIMS_DateOfBirth",
"value": "1965-03-15",
"status": "PASS|WARNING|FAIL",
"message": "Deterministic rule-based check result",
"ruleReference": "FS-RULE-010"
},
{
"parameter": "LIMS_Sex",
"value": "M",
"status": "PASS|WARNING|FAIL",
"message": "Deterministic rule-based check result",
"ruleReference": "FS-RULE-011"
},
{
"parameter": "LIMS_MRN",
"value": "MRN-12345",
"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": "SampleIdentityConsistencyChecker.documentation.html"
}
}
Traceability matrix
| URS | FS | Test | Evidence |
|---|---|---|---|
| URS-001 | FS-001, FS-002 | OQ-001 | Verify execution and import of valid input.csv. |
| URS-002 | FS-005, FS-006 | OQ-004 | Repeat the same dataset and compare output.json. |
| URS-003 | FS-003, FS-004, FS-010 | OQ-002, OQ-003 | Verify missing columns and invalid types. |
| URS-004 | FS-005, FS-006 | OQ-004, PQ-001 | Verify critical deviations on real/boundary data. |
| URS-005 | FS-007, FS-009 | OQ-005 | Verify JSON schema and downstream-system suitability. |
| URS-006 | FS-008 | OQ-006 | Verify identifiers and audit metadata. |
| URS-007 | FS-008, FS-010 | IQ-001, OQ-007 | Verify documentation completeness and control evidence. |
| URS-008 | FS-005, FS-008 | PQ-002 | Verify review workflow and no replacement of QA decision. |
IQ/OQ/PQ test scenarios
| ID | Scenario | Expected result |
|---|---|---|
| IQ-001 | Verify executable, input.csv, documentation and checksum availability. | Delivery set is complete; version is recorded. |
| OQ-001 | Valid sample row from input.csv. | PASS or acceptable WARNING according to rules. |
| OQ-002 | Remove a mandatory CSV column. | Schema error or FAIL with missing-column reference. |
| OQ-003 | Place a non-numeric value into a numeric field. | Type-conversion error with row/field reference. |
| OQ-004 | Set a critical parameter outside the limit. | FAIL and critical finding. |
| OQ-005 | Verify output.json structure. | All mandatory sections are present and JSON is valid. |
| OQ-006 | Verify batch/sample traceability. | Input and result identifiers match. |
| PQ-001 | Verify 3–5 real user batches/samples. | Result is confirmed by QC/QA review. |
| PQ-002 | Verify 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
Biopharmaceuticals Extended QC Suite
Extended QC utility coverage for mAbs, biosimilars, proteins, insulins, vaccines, mRNA/LNP, HCP, sterile release, microbiology, water, cleanroom and stability workflows.
OpenImmunology QC Suite
QC utility package for immunology: monoclonal antibodies, biosimilars, immunomodulators, immunosuppressants, ELISA/SPR, HCP, protein characterization, sterility and pyrogen/release checks.
OpenInfectious Diseases QC Suite
QC utility package for infectious diseases: antibacterial, antiviral, antifungal and antiparasitic products, microbiology, sterility, endotoxins, viral safety and vaccine release checks.
OpenLiquid 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