ZeqDNAForensics
Forensic DNA analysis. STR profiling, mixture deconvolution, likelihood ratios, kinship analysis with HulyaPulse electropherogram peak detection.
| Endpoint | POST /api/forensics/dna |
| Auth | api-key |
| Rate limit | 10/min |
| Category | forensics |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
electropherogram | object | Yes | Capillary electrophoresis data. |
contributors | number | No | Expected number of contributors. |
referenceProfile | object | No | Known reference for comparison. |
Returns
{ strProfile, likelihoodRatio, matchProbability, mixture, populationStats, zeqond }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"electropherogram": {},
"contributors": 1,
"referenceProfile": {}
}' \
"https://zeqsdk.com/api/forensics/dna"
This protocol is a named building block — one of the operations you
compose inside a state contract. Call it directly with
the request above, or invoke it from a contract that fires on your machine's
clock. Browse the whole library at GET /api/protocols; fetch this one at
GET /api/protocols/zeq-dna-forensics.