Site4Drug: Predicting Drug-Binding Target Sites with an AI Agent
1 Site4Drug targets an upstream bottleneck in drug discovery: deciding where on a protein to intervene (site selection), not just what binds. It outputs a ranked list of targetable regions with explicit constraints, evidence summaries, risk flags, and an auditable decision log—especially relevant for membrane proteins where accessibility, topology, and PTMs often derail otherwise “reasonable” sites.
2 A key design choice: modality is not required as an input. From the same evidence used for site discovery, Site4Drug recommends a binding modality (epitope/antibody- or peptide-like vs pocket/small-molecule vs other), aiming to avoid selecting chemically plausible but biologically occluded sites.
3 The method is “constraint-first” and modality-aware. Evidence is aggregated from three feasibility signal classes computed from sequence: (i) coarse topology/accessibility priors via Kyte–Doolittle hydropathy heuristic TM detection, (ii) PTM propensity via MusiteDeep calls expanded into typed neighborhood masks (e.g., glycosylation masks), and (iii) motif/domain context via ScanProsite plus cysteine counts as a proxy for disulfide-constrained segments.
4 Candidate regions are proposed and ranked by an LLM as spans directly (JSON), then validated and enriched with deterministic features (TM overlap, PTM-mask overlap by type and density, motif overlaps, cysteine counts, mean hydropathy). Each candidate receives typed “risk flags” (e.g., TM-overlap, glyco-mask-overlap, PTM-dense, disulfide-constrained, hydrophobic-core, motif-overlap) so failures can be debugged rather than treated as opaque model errors.
5 Beyond a single LLM output, Site4Drug adds a specialist-agent panel for reranking: BioAgent, ChemAgent, and RiskAgent critique candidates with claim→evidence→impact, and a DecisionAgent synthesizes a final modality decision and adjusted ranking while staying restricted to evidence already in context. This is intended to improve reproducibility and traceability in “agentic” site selection.
6 Evaluation is modality-aware because no single benchmark exists for “therapeutic site selection.” The authors curated 89 total cases: 55 small-molecule pocket targets (S), 26 antibody epitope targets (A), and 8 mixed-modality targets (AS). Pocket “ground truth” was approximated from co-crystal structures as residues within 4 Å of ligand, mapped back to FASTA coordinates via Needleman–Wunsch alignment.
7 On the pocket benchmark (Group S AS, n=63), Site4Drug achieved statistically significant overlap with reference pockets for 20/63 targets at top-1 and 18/63 at top-5 (hypergeometric test p<0.05). Performance was comparable to fpocket run on AlphaFold3 structures (20/63), despite Site4Drug not taking structure as input; fpocket on ligand-bound RCSB structures was near-ceiling (62/63), as expected due to ligand-induced geometry/orientation leakage.
8 A sequence-only ablation (removing explicit TM/PTM/motif/cysteine evidence fields) substantially underperformed: with one attempt, significant overlap was 3/63 (top-1) and 3/63 (top-5); with 3-attempt voting, 7/63 (top-1) and 6/63 (top-5). This supports the claim that explicit feasibility evidence (not just generic sequence patterning) materially improves site localization.
9 On the antibody epitope benchmark (ABCD-derived, n=26 with usable epitope annotations), Site4Drug achieved significant overlap for 8 cases at top-1 and 11 cases at top-5 (p<0.05). The authors note this setting is smaller and noisier due to sparse epitope position annotations, but it demonstrates recovery of epitope-like regions from sequence-derived constraints.
10 As a structural plausibility check, predicted sites were mapped onto AlphaFold3 structures for the 63 pocket cases and assessed via per-residue PLDDT. In most cases, the top-1 predicted site had higher mean PLDDT than the broader top-5 set (only 9 exceptions), suggesting the ranking tends to prioritize more structurally confident regions even without direct structure input.
11 Module 2 is presented as a design handoff interface: epitope spans can be routed to peptide/antibody binder generation (e.g., BoltzGen), and pocket spans to small-molecule scoring/screening (e.g., DrugCLIP/BindCLIP). Proof-of-concept on EGFR: DrugCLIP run on a pocket constructed from the predicted region retrieved top hits with motifs similar to known EGFR inhibitors (despite those inhibitors being absent from the ligand DB), and epitope-mode spans were used to generate peptide binders evaluated with AlphaFold3-based interaction metrics.
12 Limitations highlighted: lack of a large standardized benchmark; risk of leakage complicating comparisons to structure-trained ML pocket models; current single-chain input (no quaternary structure); sensitivity to topology when using partial sequences; incomplete use of curated annotations (e.g., explicit disulfide bonds); and early post-training (SFT) showed shortcut behavior, implying future training may need biologically grounded reward/preference signals.
💻Code:
github.com/winterrykim/Site4…
📜Paper:
arxiv.org/abs/2606.01816
#ComputationalBiology #Bioinformatics #DrugDiscovery #ProteinDesign #LLM #AIAgents #MembraneProteins #PTM #AntibodyEngineering #SmallMolecules