Skip to main content

ZeqGenome — Sequence Analysis

Genomic sequence alignment using the spectral-topological kernel K(x,x',t,t'). Maps sequence similarity through HULYAS spectral decomposition.

EndpointPOST /api/health/genome/align
Authapi-key
Rate limit10/min
Categoryhealthcare

Parameters

NameTypeRequiredDescription
sequencestringYesDNA/RNA sequence (ACGT characters, max 10,000 bp).
referencestringNoReference sequence or genome ID.

Returns

{ alignment, score, spectralSimilarity, mutations, coverage }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"sequence": "<sequence>",
"reference": "<reference>"
}' \
"https://zeqsdk.com/api/health/genome/align"

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-genome.