AssayIndex
Detection

Anomaly rules

12 rules, each with its literal predicate published, each with a page saying what it is not, and each linked to every record it flagged. 5,108 of 6,722 records carry at least one flag — 76.0 % of the index.

12 rules5,108 records flagged1,367 specification failures
RuleWhat it detectsSeverityPredicateFlaggedRate
AX-R01Mass accuracy outside class limitHIGHabs(ppmError) > compound.class.specPpm2423.60%
AX-R02Declared impurity arithmetic does not closeMEDIUMcoa.purity != null && coa.totalImpurities != null && abs(coa.purity + coa.totalImpurities - 100) > 0.151281.90%
AX-R03Declared largest single impurity exceeds declared totalHIGHcoa.largestSingle != null && coa.totalImpurities != null && coa.largestSingle > coa.totalImpurities + 0.02570.85%
AX-R04Digit preference in declared purityLOWcoa.purity != null && (coa.purity * 10) % 5 === 0 && supplierRoundCount >= 31,49222.20%
AX-R05COA purity diverges from independent medianHIGHbatch.independentN >= 2 && coa.purity - median(batch.independentPurity) > 1.500.00%
AX-R06Recovered mass outside label claim toleranceMEDIUMrecoveredMg / labelClaimMg < 0.90 || recoveredMg / labelClaimMg > 1.103014.48%
AX-R07Declared gravimetric mass balance does not closeMEDIUMcoa.water != null && coa.counterIon != null && coa.peptideContent != null && abs(coa.water + coa.counterIon + coa.peptideContent + coa.residual - 100) > 1.01732.57%
AX-R08Endotoxin above index specificationHIGHendotoxinEuPerMg > compound.class.specEndotoxin530.79%
AX-R09Impurity fingerprint shared across suppliersLOWfingerprintMatch(batchA, batchB) && batchA.supplier !== batchB.supplier2473.67%
AX-R10Supplier-supplied sample reads high against buyer-sourcedMEDIUMbatch.hasBoth && median(batch.supplierSupplied) - median(batch.buyerSourced) > 0.85257.81%
AX-R11Retention time outside compound windowMEDIUMabs(observedRt - normalisedRt(compound.rt, lab.gradient)) > compound.rtWin2273.38%
AX-R12Unresolved shoulder or excessive peak asymmetryMEDIUMasymmetry > 1.50 || nearestImpurityResolution < 1.204,13761.54%