Spec
| Target | DepMap (26Q1) gene-essentiality regression: predict the Chronos `mean_gene_effect` dependency score per gene (lower / more negative = more essential) for 18,530 GENCODE-v49 genes. One scalar per gene, paired by `gene_id`; scored primarily with Spearman rank correlation. Split is paralog/family-aware (Ensembl Compara), so paralogs never leak across train/test. |
|---|---|
| Axis | Fitness & dosage — Essentiality, constraint, and dosage sensitivity. |
| Shape | Scalar regression · metric family: correlation |
| Task | gene_regression / gene_regression |
| Dataset | tsherniak_2017_cell/essentiality_gene_effect@0.0.1 |
| Publication | tsherniak_2017_cell |
| Metrics |
|
| Temporal discovery | no — held-out genes |
| License | Declared per SPDX in the dataset's recipe README ↗ (commercial-use gated by CI). |
| References |
|
IO contract
- pairing_key
- gene_id
- required_metadata
- gene_id
- target_kind
- gene_score
What the prediction looks like
This eval has the scalar regression shape. The figure is seeded to it — drag the control to watch the score respond.
One number per gene — does your ranking match the truth?
Used by essentiality (DepMap) · constraint (LOEUF) · dosage (pHaplo / pTriplo / HIPred)
Each gene has one continuous truth value; the metric is Spearman ρ — pure rank agreement, so a model with the ordering right scores well even when its absolute numbers drift. Short vertical connectors mean the ranking held; long slants are rank errors.
Run it
Fetch the censored splits, predict, score — task and dataset filled in.
import prima_bench as pb
# Downloads on demand into the local cache; returns local Paths.
train_path, test_path = pb.fetch_data(task="gene_regression", dataset="tsherniak_2017_cell/essentiality_gene_effect@0.0.1")
train = pb.load(train_path, task="gene_regression", split="train", dataset="tsherniak_2017_cell/essentiality_gene_effect@0.0.1")
test = pb.load(test_path, task="gene_regression", split="test", dataset="tsherniak_2017_cell/essentiality_gene_effect@0.0.1")
# Your model produces predictions aligned to the eval input.
predictions = my_model(test)
# Score against the censored solution over this task's metric panel:
# gene_reg_spearman, gene_reg_pearson, gene_reg_mse, gene_reg_rmse, gene_reg_r2
run = pb.Evaluation(task="gene_regression", dataset="tsherniak_2017_cell/essentiality_gene_effect@0.0.1")
run.update(predictions=predictions) # one-shot; or stream shard-by-shard
result = run.compute() # -> EvalResult
print(result)
Results
Awaiting scored models — the row scaffold is live; numbers land with results.json.
Awaiting results · prima-bench
essentiality_gene_effect · leaderboard
results.json wired up yet. The eval scaffold below is live; drop a document matching src/data/results.schema.md at src/data/results.json (or pass a results prop) and every bar fills in. Each track's tick marks the chance baseline.Gene Regression
1| Eval | Score | awaiting |
|---|---|---|
essentiality_gene_effecttsherniak_2017_cell/essentiality_gene_effect@0.0.1 | — |