VarPath-Clin
VarPath-Clin is a SYNTHETIC/DEMO genomics model for clinical variant pathogenicity classification. Outputs are deterministic demo values — NOT for clinical use. Trained (synthetically) on de-identified sequence data.
Sequence
PathAI Community
License: Apache-2.0
v3.2.1
RTG 4.3
DL 131,078
Metrics
| Metric | Value | Split |
|---|---|---|
| AUC | 0.976 | Synthetic hold-out |
| Calibration (ECE) | 0.025 | Synthetic |
| Inputs | Outputs |
|---|---|
| VCF variant record | ACMG class + score |
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-025-varpath-clin/predict",
headers={"Authorization": "Bearer <API_KEY>"},
json={"input": "<vcf variant record>"})
print(r.json()) # -> synthetic demo prediction
See the API reference · JSON: /api/models/bf-025-varpath-clin
Version history
| Version | Status | Notes |
|---|---|---|
| v3.2.0 | Archived | Synthetic release note 0 |
| v3.2.1 | Current | Synthetic release note 1 |
Community contributions: 128 synthetic contributors have submitted evaluations and fine-tunes.