EnhancerFinder
EnhancerFinder is a SYNTHETIC/DEMO genomics model for regulatory enhancer prediction. Outputs are deterministic demo values — NOT for clinical use. Trained (synthetically) on de-identified sequence data.
Sequence
Helix Diagnostics
License: Apache-2.0
v1.3.8
RTG 4.9
DL 74,745
Metrics
| Metric | Value | Split |
|---|---|---|
| AUPRC | 0.943 | Synthetic hold-out |
| Calibration (ECE) | 0.074 | Synthetic |
| Inputs | Outputs |
|---|---|
| DNA sequence | Enhancer probability |
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-029-enhancerfinder/predict",
headers={"Authorization": "Bearer <API_KEY>"},
json={"input": "<dna sequence>"})
print(r.json()) # -> synthetic demo prediction
See the API reference · JSON: /api/models/bf-029-enhancerfinder
Version history
| Version | Status | Notes |
|---|---|---|
| v1.3.0 | Archived | Synthetic release note 0 |
| v1.3.1 | Archived | Synthetic release note 1 |
| v1.3.2 | Archived | Synthetic release note 2 |
| v1.3.3 | Archived | Synthetic release note 3 |
| v1.3.4 | Archived | Synthetic release note 4 |
| v1.3.5 | Archived | Synthetic release note 5 |
| v1.3.6 | Archived | Synthetic release note 6 |
| v1.3.7 | Archived | Synthetic release note 7 |
| v1.3.8 | Current | Synthetic release note 8 |
Community contributions: 34 synthetic contributors have submitted evaluations and fine-tunes.