Skip to main content

ZeqGene — Expression Analysis

Gene expression time-series analysis using ZeqShift projection. Map gene expression oscillations onto the HulyaPulse timescale to detect circadian and ultradian rhythms.

EndpointPOST /api/bio/gene/expression
Authapi-key
Rate limit10/min
Categorybiology

Parameters

NameTypeRequiredDescription
expressionDataarrayYesArray of { geneId, timepoints, values }.
referenceGenesarrayNoHousekeeping genes for normalization.

Returns

{ normalized, oscillatingGenes, periods, phases, clusters, hulyaPulseAlignment }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"expressionData": [],
"referenceGenes": []
}' \
"https://zeqsdk.com/api/bio/gene/expression"

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-gene-express.