Commit Graph

4 Commits

Author SHA1 Message Date
71069d3f10 Full 300-drug HDAC2 screen: specificity achieved, BG-1003 top hit
Corrected pipeline ran clean: 1 MSA query, 299/299 screened, 0 failures,
~$5-8 (vs the fragile 2.5hr/$15 version).

Results:
- Scale validation: HDAC inhibitors rank 1-9 (>=0.99); valproic-acid 0.90.
- DECISIVE specificity: best negative control = cetirizine rank 44 (P=0.39);
  all 26 negative controls rank low. Co-folding REJECTS unrelated drugs --
  exactly what connectivity could not do (where norethindrone/ciprofloxacin
  ranked top). The modality-pivot thesis vindicated at screen scale.
- Discovery: BG-1003 (rank 5, P=0.997, random sample) is the standout
  non-obvious binder, above several known HDAC inhibitors; also JW55,
  BRD-K14666757. 11 drugs P>0.9 (8 known inhibitors + 3 non-obvious).

Caveats kept honest: BG-1003 may be a known HDAC inhibitor in the random
sample (validation, not novelty) -- needs identity check; binding != efficacy;
prodrug/macrocycle false negatives. Full ranking in docs/results/.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-26 10:05:06 +02:00
0535886ce6 Phase 2 screen pilot: HDAC2 recovers the inhibitor class (P>=0.99)
Add the `screen` entrypoint (parallel ~10-wide, cached weights) and run a
24-drug pilot vs HDAC2 (+Zn), ranked by Boltz-2 P(binder). ~$1.3.

Result (recovery test at scale): top 9 are ALL HDAC inhibitors
(trichostatin-A/vorinostat/panobinostat/belinostat/scriptaid/mocetinostat/
entinostat/apicidin >=0.99; valproic-acid 0.91), clean drop-off to
hydroxyurea 0.78 and non-HDAC drugs to dexamethasone 0.03. Captures the
structure-activity gradient (hydroxamates > weak fatty-acid > non-HDAC).

Honest false negative: romidepsin (potent HDAC inhibitor) ranks low (0.43)
-- it's a depsipeptide PRODRUG co-folding doesn't model. Screen mishandles
non-standard chemotypes.

Screening pipeline validated; next is the full 300-drug discovery run.
max_containers=10 (parallel safe once weights cached).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-24 22:23:01 +02:00
9efdc0acf1 Pose-RMSD confirms HDAC2/vorinostat geometry: 0.21A (Vina was 7.9A)
Close the §12.4 validation loop. scripts/pose_rmsd.py superposes the
Boltz-2-predicted HDAC2 onto crystal 4LXZ, transforms the predicted
ligand, and scores pose RMSD (spyrmsd, in-place):
- protein fold: Ca RMSD 0.14A over 366 residues
- vorinostat pose: 0.21A (crystal-accurate) vs Vina 7.9A on this exact
  Zn-chelation case
- catalytic Zn ion: 2.73A off (ligand perfect, metal slightly less)

HDAC2 now validated on BOTH affinity (P(binder)=0.999) and geometry
(0.21A). The structure-binding modality is comprehensively validated on
its decisive metal-coordination case. Commits the predicted complex as
evidence (docs/results/HDAC2_vorinostat_pred.pdb).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-24 19:50:33 +02:00
c891a78541 Phase 1 co-folding WORKS: HDAC2/Zn validated (Boltz-2 on Modal)
First clear positive result in the project. Ran Phase 1 on Modal L4
(~$0.70). Boltz-2 P(binder), cofactors co-folded:
- HDAC2 (+Zn): vorinostat 0.9994 vs negatives ~0.1 -> PASS, decisive
- hemoglobin (+heme): voxelotor 0.46 -> PASS (weak; covalent/tetramer)
- PKR (+FBP/Mg): mitapivat 0.32 < hydroxyurea 0.40 -> FAIL (allosteric)

HDAC2/Zn is the exact case classical Vina failed (no metal term, 7.9A
redock). Co-folding handles the Zn-chelation chemistry -> the structure-
binding modality pivot (PLAN §12) is validated on its decisive test.

Engineering fixes that got it running: image needs cuequivariance kernels;
max_containers=1 so weights download once (parallel corrupted the shared-
Volume checkpoint); rank by P(binder) not affinity_pred_value (sign).

Adds docs/results/phase1_affinity.csv (committed; raw under data/ gitignored).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-24 19:41:19 +02:00