Genomics

scRNA-Annotate

scRNA-Annotate is a SYNTHETIC/DEMO genomics model for single-cell type annotation. Outputs are deterministic demo values — NOT for clinical use. Trained (synthetically) on de-identified sequence data.

Sequence Helix Diagnostics License: Apache-2.0 v1.7.3 RTG 4.5 DL 265,579
SYNTHETIC DEMOAll outputs are deterministic demo data — not for clinical use, not real medical inference.

Metrics

MetricValueSplit
Accuracy0.935Synthetic hold-out
Calibration (ECE)0.062Synthetic
InputsOutputs
scRNA-seq matrixCell-type labels

Run a synthetic prediction

Returns a deterministic synthetic result — clearly labeled, not for clinical use.

API integration

Call this model from your pipeline (demo — no real key required):

import requests
r = requests.post("https://api.biofoundry.ai/v1/models/bf-028-scrna-annotate/predict",
    headers={"Authorization": "Bearer <API_KEY>"},
    json={"input": "<scrna-seq matrix>"})
print(r.json())  # -> synthetic demo prediction

See the API reference · JSON: /api/models/bf-028-scrna-annotate

Version history

VersionStatusNotes
v1.7.0ArchivedSynthetic release note 0
v1.7.1ArchivedSynthetic release note 1
v1.7.2ArchivedSynthetic release note 2
v1.7.3CurrentSynthetic release note 3

Community contributions: 56 synthetic contributors have submitted evaluations and fine-tunes.