Skip to content

Commit ebf0741

Browse files
Merge pull request #76 from LadnerLab/feat/bkp-seeded-run
fix: made top-k enrichment plot notebook more general
2 parents b916b20 + fb902f9 commit ebf0741

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

notebooks/cwp_topk_reactivity_enrichment.ipynb renamed to notebooks/topk_reactivity_enrichment.ipynb

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5+
"id": "dcf13676",
56
"metadata": {},
67
"source": [
7-
"# CWP Top-K Reactivity Enrichment (v1)\n",
8+
"# Top-K Reactivity Enrichment (v1)\n",
89
"\n",
9-
"This notebook demonstrates practical downselection value by ranking CWP peptides, then plotting cumulative proportion reactive vs selected peptides (Top-K), with a full-library baseline.\n",
10+
"This notebook demonstrates practical downselection value by ranking CWP or BKP peptides, then plotting cumulative proportion reactive vs selected peptides (Top-K), with a full-library baseline.\n",
1011
"\n",
1112
"v1 uses current pulled artifacts only (`PredOnes` from `peptide_comparison.csv`) and does not modify pipeline behavior."
1213
]
@@ -34,9 +35,11 @@
3435
"outputs": [],
3536
"source": [
3637
"# Parameterized config\n",
37-
"base_dir = Path(\"localdata/evals/cocci_eval/seeded_runs\")\n",
38+
"# base_dir = Path(\"data/evals/cwp_eval/seeded_runs\")\n",
39+
"base_dir = Path(\"data/evals/bkp_eval/seeded_runs\")\n",
40+
"# model_id = \"flagship1\"\n",
3841
"model_id = \"flagship2\"\n",
39-
"set_id = \"set_01\"\n",
42+
"set_id = \"set_09\"\n",
4043
"mode = \"combined\"\n",
4144
"\n",
4245
"k_start = 500\n",

0 commit comments

Comments
 (0)