Preprint
Technical Note

This version is not peer-reviewed.

Exploratory AI-Assisted ML Screening of ZINC15 Compounds as Potential Bacterial Signaling Modulators: A “Signaling First, Killing Later” Proof of Concept Toward Antibiotic Candidate Triage †

Submitted:

22 March 2026

Posted:

26 March 2026

You are already at the latest version

Abstract
This technical note reports an exploratory, AI-assisted in silico proof of concept implementing a “signaling first, killing later” discovery paradigm: prioritizing compounds with high predicted affinity for bacterial quorum sensing (QS) pathways, then refining them for bactericidal potency. Using Claude Opus 4.6 (Anthropic), a custom SMILES-based descriptor calculator (170+ features) and a four-model ensemble (Random Forest, Gradient Boosting, SVM-RBF, Logistic Regression) were trained on 150 compounds (87 QS modulators, 63 negatives), achieving cross-validated AUC of 0.954 ± 0.024. Screening 218 ZINC15 CEBB tranche compounds identified 101 Tier 1 hits (46.3%), of which 91.1% were nitroaromatic. Bioisosteric modifications rescued 9/15 analogs (60%) as PAINS-clean. An orthogonal antibiotic-likeness model (44 antibiotics vs. 49 non-antibiotics, AUC = 0.809) identified a diacetyl hexahydroxytriphenylene prodrug as dual-high (P_QS = 0.849, P_Abx = 0.876). Six iterative optimization cycles across two phases—structural alert reduction followed by scaffold simplification—produced the final lead M6-12 (SMILES: CNCc1c(F)cc(OC)c2C(OC)C3C(O)CNCC3C(O)c12), a partially saturated fluorinated piperidine-fused tricyclic scaffold. M6-12 achieved: dual-high ML convergence (P_QS = 0.928, P_Abx = 0.792, Joint = 0.735, 4/4 ABX models >0.5), zero PAINS, zero Brenk alerts, zero violations across all five drug-likeness filters, zero CYP inhibition (SwissADME 0/5, pkCSM 0/7), AMES-negative, high GI absorption, and “Very soluble” classification. RDKit validation confirmed: MW = 340.40, Crippen LogP = 0.48, TPSA = 82.98 Ų, HBD = 4, HBA = 6, Fraction Csp3 = 0.647. ChEMBL similarity: 0% at 95% threshold. Property-space MIC estimation: 2–32 μg/mL (Gram-positive), 1–11 μg/mL (Escherichia coli), 33–333 μg/mL (Pseudomonas aeruginosa), with 5/5 Richter rule compliance for Gram-negative penetration. A single pkCSM hepatotoxicity flag—contextualized by zero CYP inhibition, AMES-negative status, and low lipophilicity—probably constitutes the principal limitation requiring in vitro resolution. The signaling-first approach may enrich for molecules operating within biologically relevant chemical spaces, potentially offering a reduction in attrition compared to conventional MIC-first screening. All results require experimental validation.
Keywords: 
;  ;  ;  ;  ;  ;  ;  

1. Introduction

Antimicrobial resistance (AMR) constitutes one of  the most pressing global health challenges, estimated to have been directly  responsible for 1.27 million deaths in 2019 and associated with 4.95 million  deaths globally (Murray et al., 2022). Existing discovery pipelines are  predominantly optimized for a single endpoint: growth inhibition at the minimum  inhibitory concentration (MIC) (Brown & Wright, 2016; Payne et al., 2007).  However, a substantial body of evidence demonstrates that many antibiotics elicit  structured, pathway-specific transcriptional responses at concentrations below  the MIC—including modulation of quorum sensing (QS), biofilm formation,  virulence factor expression, and horizontal gene transfer (Andersson &  Hughes, 2014; Goh et al., 2002; Fajardo & Martínez, 2008; Skindersoe et  al., 2008). This observation motivates a conceptual inversion termed herein the  “signaling first, killing later” paradigm: by prioritizing compounds with high  predicted affinity for bacterial communication pathways, this approach enriches  for molecules that operate within biologically relevant chemical  spaces—subsequently refining them for bactericidal potency while maintaining a  favorable safety profile.
The application of machine learning (ML) and  artificial intelligence (AI) to antibiotic discovery has accelerated  dramatically. The landmark identification of halicin through deep neural  network screening demonstrated that ML can discover structurally novel  antibiotics with mechanisms distinct from existing drugs (Stokes et al., 2020).  Subsequent work has expanded to graph neural networks for  Gram-negative-specific discovery (Wong et al., 2024) and large-scale generative  AI campaigns (van Tilborg et al., 2024; Liu et al., 2024; Cesaro et al., 2023).  These approaches predominantly train on MIC data or growth inhibition  endpoints—a “killing first” strategy. The present study contributes a  methodologically distinct variant: training on QS modulation as a proxy for  sub-inhibitory signaling activity, then using an orthogonal antibiotic-likeness  model to identify compounds occupying the intersection of both chemical spaces.  To the authors’ knowledge, this “signaling-first” approach to ML-guided  antibiotic discovery has not been previously reported.
A distinguishing methodological feature is the  integration of AI-generated ML predictions with iterative validation through  established chemoinformatics platforms—SwissADME, SwissTargetPrediction, pkCSM,  ChEMBL, Aggregator Advisor, and RDKit—forming a hybrid framework (AI-generated  hypotheses + classical tool validation) where each computational prediction is  independently challenged before proceeding.

Scope and Limitations

This work was conducted through iterative prompting  of Claude Opus 4.6 (Anthropic, February 2026). The author’s primary expertise  is in microbiology; the custom descriptor calculator, ML pipeline, and  bioisosteric logic were developed through prompt-driven interaction, guided by  the author’s domain knowledge of antimicrobial pharmacology. To mitigate risks inherent  to AI-generated code, all key outputs were subjected to independent validation  using gold-standard tools: the final candidate M6-12 was validated through  RDKit (Landrum, 2016), SwissADME, pkCSM, and ChEMBL. Results should be  interpreted as a proof of concept: (a) the custom descriptor calculator has not  been systematically benchmarked against RDKit or CDK, although post-hoc RDKit  validation confirmed concordant molecular properties (Table 2); (b) AI-generated code may contain  undetected errors—indeed, the v1 SMILES for M6-12 contained an aromaticity  annotation error (three atoms at the ring B junction incorrectly marked as  aromatic) that was not detected by the custom descriptor calculator but was  identified during subsequent RDKit validation on the author’s local  workstation; this has been corrected in v2 (see v2 note); this error did not  affect the reported molecular properties, as all values in Table 2 were independently confirmed using the  corrected SMILES; (c) all ML models and cross-validation procedures use fixed  random seeds (random_state=42), ensuring reproducible results given identical  inputs; and (d) no experimental validation has been performed, due to technical  and financial constraints.

2. Methods

2.1. AI-Assisted Workflow

All computational analyses were performed through  iterative prompting of Claude Opus 4.6 (Anthropic) in February 2026. The AI  system generated Python code for descriptor calculation, ML training,  screening, and bioisosteric analysis, executed within the AI’s sandboxed Linux  environment (Ubuntu 24, Python 3.12, scikit-learn 1.6). Post-hoc external  validation was performed using publicly available tools (SwissADME,  SwissTargetPrediction, pkCSM, Aggregator Advisor), database searches (ChEMBL,  PubChem), and the open-source cheminformatics library RDKit 2025.9.5 (Landrum,  2016).

2.2. Custom SMILES Descriptor Calculator

A custom descriptor calculator was implemented in  Python, computing 170+ molecular features directly from SMILES strings (see Appendix A for detailed implementation).  Features included: functional group counts (~40 features via regex-based  SMARTS-like pattern matching for OH, NH₂, COOH, NO₂, halogens, ethers, esters,  amides, nitriles, sulfonamides, and other pharmacophoric groups), ring analysis  (~12 features including aromatic/aliphatic ring counts, ring sizes, fused ring  detection, and heteroatom-in-ring counts), atom counts (~15 features),  topological features (~10 features: rotatable bonds via single-bond counting,  HBD via OH+NH counting, HBA via N+O counting, estimated TPSA via fragment  summation, estimated MW via atomic weight summation, estimated LogP via  Wildman-Crippen fragment approach), QS-relevant pharmacophore motifs (~15  features covering lactone, furanone, phenolic hydroxyl, quinolone-like, and  AHL-like substructures), and Morgan-like hash features (128 environment-based  hashes emulating circular fingerprints at radius 2). Limitation: this  calculator constitutes the principal technical limitation. It has not been  systematically benchmarked against RDKit, CDK, or Mordred. Post-hoc RDKit  validation of M6-12 confirmed concordant properties (Table 2), but this does not validate  performance across the full training set.

2.3. Training Sets and Ensemble ML Models

The QS training set comprised 150 compounds: 87  positive-class examples (known QS modulators compiled from the literature,  including N-acyl-homoserine lactone [AHL] analogs, halogenated furanone  inhibitors from Delisea pulchra [Hentzer et al., 2002], phenolic QS  modulators, PQS-system quinolone analogs, and dietary polyphenols with  demonstrated anti-QS activity [Vandeputte et al., 2010], as identified in  comprehensive reviews [Desai & Mitchell, 2015; Kalia, 2013]) and 63  negatives (structurally diverse compounds without reported QS activity, including  simple aliphatics, cardiovascular and CNS drugs, amino acid derivatives,  vitamins, and herbicides). A four-model ensemble was trained using scikit-learn  (Pedregosa et al., 2011): Random Forest (500 trees), Gradient Boosting (200  estimators, max_depth=4, learning_rate=0.05), SVM-RBF (probability=True), and  Logistic Regression (max_iter=1000), all with balanced class weights and 5-fold  stratified cross-validation. Critically, all four models are classical  (non-deep-learning) classifiers, deliberately chosen because they are  well-suited to small-to-moderate training sets (n = 150 and 93) and provide  interpretable outputs; deep neural networks, by contrast, typically require  thousands to tens of thousands of training examples to avoid overfitting (Stokes  et al., 2020; van Tilborg et al., 2024). Cross-validated AUC: RF = 0.964 ±  0.015, GBM = 0.945 ± 0.024, SVM = 0.963 ± 0.022, LR = 0.944 ± 0.035. Consensus  probability P(consensus) = arithmetic mean of individual predictions.
An orthogonal antibiotic-likeness model was trained  on 44 marketed antibiotics (representing ≥14 structural classes: β-lactams,  fluoroquinolones, macrolides, tetracyclines, aminoglycosides, sulfonamides,  oxazolidinones, glycopeptides, polymyxins, nitroimidazoles, rifamycins, chloramphenicol,  nitrofurans, and lincosamides) vs. 49 non-antibiotic drugs, using the  identical architecture (AUC: RF = 0.856, GBM = 0.743, SVM = 0.833, LR = 0.804).  This model learns an “antibiotic-like” chemical space—structural and  physicochemical similarity to known antibiotics—rather than predicting  biological activity per se (O’Shea & Moser, 2008; see Discussion 4.7).

2.4. Bioisosteric Modifications

Fifteen bioisosteric modifications were applied  using established replacements (Patani & LaVoie, 1996; Meanwell, 2011). The  NO₂→CN substitution exploited the nitrile’s ability to maintain similar  electronic and hydrogen-bond acceptor properties while eliminating the  well-documented mutagenic liability of nitroaromatic compounds in the Ames test  (Purser et al., 2008). Catechol→OMe/OAc substitutions addressed PAINS  liabilities (Baell & Holloway, 2010).

2.5. External In Silico Validation

Drug-likeness: SwissADME (Daina et al., 2017).  Target prediction: SwissTargetPrediction (Gfeller et al., 2014). ADMET: pkCSM  (Pires et al., 2015). Novelty: ChEMBL similarity search (Gaulton et al., 2017).  Aggregation: Aggregator Advisor (McGovern et al., 2003). Post-hoc property  validation: RDKit 2025.9.5 (Landrum, 2016).

2.6. Iterative Lead Optimization

Six optimization cycles in two phases. Phase I  (Cycles 1–4): structural alert reduction on the fully aromatic triphenylene  scaffold. Phase II (Cycles 5–6): scaffold simplification via partial  saturation—an approach supported by the “Escape from Flatland” principle  (Lovering et al., 2009; Ritchie & Macdonald, 2009). The piperidine-NH  insertion was motivated by the role of basic secondary amines in bacterial  membrane accumulation (Richter et al., 2017; Mugumbate & Overington, 2015)  and by recent demonstrations that nitrogen atom insertion can fundamentally  alter pharmacological profiles (Reisenbauer et al., 2022). Fluorine addition  exploits enhanced metabolic stability and membrane permeation (Hagmann, 2008;  Purser et al., 2008).

2.7. Property-Space MIC Estimation

Physicochemical properties of M6-12 were compared  against 19 antibiotics with known MIC values. Normalized Euclidean distances  and inverse-distance-weighted average MICs were computed from the five nearest  neighbors. Richter compound accumulation rules were assessed (Richter et al.,  2017). This provides order-of-magnitude estimates only.

3. Results

3.1. Model Performance and Screening

The QS ensemble achieved mean AUC of 0.954. Of 218  screened compounds, 101 (46.3%) were Tier 1, with 91.1% containing  nitroaromatic groups. Bioisosteric modification rescued 9/15 analogs (60%) as  Tier 1 + PAINS-clean + low Ames (Supplementary Table  S1).

3.2. External Validation of the Initial Lead

The diacetyl hexahydroxytriphenylene scored  dual-high (P_QS = 0.849, P_Abx = 0.876). SwissADME confirmed zero Lipinski  violations. SwissTargetPrediction returned P ≤0.10 for all human targets.  ChEMBL: 0% similarity. Aggregator Advisor: non-aggregator (95%). The  hexahydroxytriphenylene core is known in materials science—COFs and discotic  liquid crystals (Feng et al., 2009; Wöhrle et al., 2016)—but its derivatives  have not been characterized as antimicrobial agents.

3.3. Iterative Lead Optimization (Table 1)

Phase I (Cycles 1–4). Sequential resolution of catechol PAINS, aniline Brenk, and Lipinski HBD violations. Mod 4c reduced Brenk from 3 to 1—the irreducible PAH alert—but carried AMES-positive and CYP inhibition (CYP1A2, CYP2C19), likely driven by the fully aromatic polycyclic scaffold.
Phase II (Cycles 5–6). Scaffold simplification: partial saturation of one aromatic ring (Mod 5) eliminated the PAH Brenk alert but P_Abx remained 0.227. Systematic screening of 24 single/dual-atom variations identified two synergistic modifications: (a) NH insertion into the saturated ring (cyclohexane → piperidine; P_Abx 0.227 → 0.660); (b) fluorine addition ortho to benzylamine (P_Abx → 0.792). The combination yielded M6-12.
Figure 1. M6-12 generated via RDKit. C₁₇H₂₅FN₂O₄, MW = 340.3950. SMILES: CNCc1c(F)cc(OC)c2C(OC)C3C(O)CNCC3C(O)c12 [RDKit canonical: CNCc1c(F)cc(OC)c2c1C(O)C1CNCC(O)C1C2OC]. Validated properties: LogP = 0.4847 (Crippen), TPSA = 82.98 Ų, HBD = 4, HBA = 6 (Lipinski), Fraction Csp3 = 0.6471, Rotatable bonds = 4.
Figure 1. M6-12 generated via RDKit. C₁₇H₂₅FN₂O₄, MW = 340.3950. SMILES: CNCc1c(F)cc(OC)c2C(OC)C3C(O)CNCC3C(O)c12 [RDKit canonical: CNCc1c(F)cc(OC)c2c1C(O)C1CNCC(O)C1C2OC]. Validated properties: LogP = 0.4847 (Crippen), TPSA = 82.98 Ų, HBD = 4, HBA = 6 (Lipinski), Fraction Csp3 = 0.6471, Rotatable bonds = 4.
Preprints 204485 g001

3.4. Comprehensive Profile of M6-12

3.4.1. ML Scoring

P(QS) = 0.928 (RF=0.860, GBM=0.999, SVM=0.833, LR=1.000). P(Abx) = 0.792 (RF=0.714, GBM=0.990, SVM=0.600, LR=0.865). All 4 ABX models >0.5—unanimous consensus. Joint = 0.735 (3.2× over Mod 4c).

3.4.2. SwissADME

MW=340.39, LogP=0.63 (consensus), TPSA=82.98, HBD=4, HBA=7, RotBonds=4, Csp3=0.65. Zero violations (Lipinski/Ghose/Veber/Egan/Muegge). PAINS=0, Brenk=0, Leadlikeness=0. GI=High, BBB=No. CYP=0/5. ESOL=Very soluble (14.4 mg/mL). SA=4.50.

3.4.3. RDKit Cross-Validation (Table 2)

Independent validation using RDKit 2025.9.5 confirmed molecular properties.

3.4.4. pkCSM ADMET

Intestinal absorption: 69.6%. VDss: 1.352 (high). Fraction unbound: 0.687 (68.7%). BBB: non-penetrant. CYP: 0/7 (non-inhibitor, non-substrate)—concordant with SwissADME. AMES: No (Mod 4c was Yes). hERG I: No. hERG II: Yes (weak). Hepatotoxicity: Yes (see Discussion 4.3). Full table: Supplementary S4.

3.4.5. ChEMBL

0% similarity at 95% Tanimoto threshold. M6-12 is a novel chemical entity.

3.5. Property-Space MIC Estimation

Nearest neighbors: ampicillin (d=0.53), chloramphenicol (d=0.55), amoxicillin (d=0.64), trimethoprim (d=0.64). Weighted MIC estimates: S. aureus ≈ 1.5 µg/mL (range 0.5–5), E. coli ≈ 3.5 µg/mL (range 1–11), P. aeruginosa ≈ 105 µg/mL (range 33–333). M6-12 satisfies 5/5 Richter rules (MW≤350, LogP≤2, amine, low globularity, amphiphilic). These carry ≥1 log unit uncertainty. Per the signaling-first hypothesis, M6-12 may show sub-MIC bioactivity (QS modulation, biofilm disruption) at 4–16× below the direct MIC (Supplementary S7).

4. Discussion

4.1. The “Signaling First, Killing Later” Paradigm

The central conceptual contribution is the “signaling first, killing later” discovery paradigm. Conventional antibiotic screening selects for growth inhibition (the “killing first” approach), which enriches for membrane-active, DNA-damaging, or broadly cytotoxic compounds that frequently carry host toxicity and PAINS liabilities. By inverting this logic—first selecting for QS modulation, then filtering for antibiotic-like features—the present approach creates a biological pre-filter that enriches for molecules with genuine target affinity rather than nonspecific toxicity. This inversion is grounded in the well-established evolutionary hypothesis that many antibiotics originally evolved as signaling molecules in microbial ecosystems, with growth inhibition representing a secondary, concentration-dependent function (Davies & Davies, 2010; Linares et al., 2006; Sengupta et al., 2013). Preliminary in silico evidence further supports this premise, suggesting that bacterial signaling molecules occupy a drug-like pharmacokinetic space (Abegg, 2026).
Two empirical precedents illustrate this dual-function logic. Tropodithietic acid (TDA), produced by the marine bacterium Phaeobacter inhibens, shapes global gene regulation at sub-inhibitory concentrations while acting as a potent antibiotic at higher exposure—a molecule that is simultaneously a signal and a weapon depending on concentration (Beyersmann et al., 2017; Henriksen et al., 2022). Similarly, sub-inhibitory aminoglycosides induce biofilm formation in P. aeruginosa and E. coli through specific signaling pathways rather than generic stress (Hoffman et al., 2005), demonstrating that established antibiotic classes modulate structured regulatory programs at low concentrations. These examples support the premise that the signaling–inhibition axis is not exceptional but rather a recurrent feature of bioactive small molecules.
The “signaling first” approach exploits this duality with at least four advantages: (a) QS modulators interact with specific bacterial receptors (LuxR-type, LasR, RhlR, AgrC), ensuring biological relevance; (b) molecules that modulate signaling are more likely to be drug-like (low toxicity, good selectivity) because they operate through specific protein-ligand interactions rather than brute-force membrane disruption; (c) the QS modulation itself may provide additional therapeutic value through anti-virulence and anti-biofilm effects, potentially reducing resistance selection pressure (Kalia, 2013); and (d) the evolutionary precedent—that many current antibiotics retain measurable signaling activity at sub-MIC—implies that the signaling-like and antibiotic-like chemical spaces are not disjoint but overlapping, making the intersection a rational target for enrichment. The M6-12 Joint Score of 0.735 (P_QS × P_Abx) quantifies this dual functionality: a molecule predicted to both modulate bacterial communication and occupy antibiotic-like chemical space.

4.2. Comparison with Existing AI-Driven Antibiotic Discovery Approaches

Several features distinguish this work from existing approaches. Stokes et al. (2020) trained directly on growth inhibition data from E. coli (>2000 compounds); Wong et al. (2024) used >39,000 compounds with measured activity against Acinetobacter baumannii. These approaches require large experimental datasets because deep neural networks have high-dimensional parameter spaces that demand large sample sizes to converge reliably. By contrast, the present study operates with intentionally small training sets (150 and 93 compounds) using exclusively classical ML classifiers (RF, GBM, SVM, LR)—algorithms whose sample-size requirements are fundamentally lower than those of deep learning architectures. Random Forests and Gradient Boosting machines perform well with as few as 50–200 labeled examples when features are well-engineered and class weights are balanced (Fernández-Delgado et al., 2014), as is the case here. The high cross-validated AUCs (0.94–0.96 for QS; 0.74–0.86 for ABX) across all four models, with low variance across folds, argue against overfitting despite the modest sample sizes. This demonstrates that meaningful chemical space navigation is achievable without deep learning or large-scale MIC data, provided that the training objective is carefully chosen. The QS-first approach effectively uses biological function (signaling modulation) as a selectivity filter before assessing drug-likeness, whereas conventional approaches assess drug-likeness (or activity) directly. To the authors’ knowledge, this signaling-first paradigm has not been reported in the AI-driven antibiotic discovery literature, which has primarily focused on MIC-first or growth-inhibition-first approaches (Liu et al., 2024; Cesaro et al., 2023).

4.3. Contextualizing the pkCSM Hepatotoxicity Prediction

The pkCSM hepatotoxicity prediction (“Yes”) constitutes the principal toxicological limitation of M6-12. This prediction warrants investigation but must be interpreted within the known limitations of computational hepatotoxicity models (Mulliner et al., 2016; Cavasotto & Scardino, 2022). The pkCSM model is a binary classifier trained on DILI datasets that provides categorical output without probability or severity (Pires et al., 2015). Several factors attenuate clinical concern: M6-12 shows zero CYP inhibition across both platforms, reducing reactive metabolite risk—a primary DILI mechanism (Guengerich, 2011); the low lipophilicity (RDKit LogP = 0.48) reduces hepatocyte accumulation, since DILI correlates strongly with LogP > 3 (Chen et al., 2014); the high fraction unbound (0.687) limits tissue retention; and the AMES-negative status argues against genotoxic metabolites. For context, approved antibiotics including ciprofloxacin, amoxicillin, metronidazole, and isoniazid receive the same flag. However, this prediction prevents M6-12 from being considered toxicologically clean in silico, and in vitro hepatocyte viability assays (e.g., HepG2, HepaRG) may represent the highest-priority experimental validation. The hepatotoxicity risk may additionally be mitigated pharmacokinetically: parenteral administration avoids first-pass hepatic metabolism, and if M6-12 demonstrates high potency (low MIC), minimal effective doses would limit hepatic exposure (Suk et al., 2016).

4.4. Scaffold Simplification and the Piperidine Pharmacophore

The Phase II scaffold simplification simultaneously resolved three irreducible liabilities (PAH Brenk, AMES, CYP inhibition) by increasing Fraction Csp3 from ~0.22 to 0.647—consistent with the “Escape from Flatland” principle (Lovering et al., 2009). The NH insertion into the saturated ring—conceptually related to the nitrogen atom insertion strategy recently demonstrated for late-stage pharmaceutical diversification (Reisenbauer et al., 2022)—was the single most productive modification, boosting P_Abx from 0.227 to 0.660. The piperidine ring is the most prevalent N-heterocycle in FDA-approved drugs (Vitaku et al., 2014). Its secondary amine provides a protonatable nitrogen at physiological pH (estimated pKa ~8.5), facilitating pH-dependent bacterial accumulation analogous to fluoroquinolones. M6-12 contains two protonatable amines (benzylamine NHMe and piperidine NH), satisfying the Richter requirement for Gram-negative penetration (Richter et al., 2017).

4.5. Why M6-12 Passes Both ML Models: A Structural Analysis

The simultaneous high performance of M6-12 in both the QS and ABX models (Joint = 0.735) merits structural interpretation. The QS model likely recognizes: (a) the phenolic hydroxyl groups (present in many natural QS modulators including flavonoids); (b) the methoxy-substituted aromatic system (resembling furanone and AHL pharmacophores); and (c) the partially saturated ring system (shared with several QS inhibitors in the training set). The ABX model likely recognizes: (a) the piperidine nitrogen (present in numerous antibiotics including fluoroquinolones, macrolides, and lincosamides); (b) the fluorine atom (present in fluoroquinolones, the most prescribed antibiotic class); (c) the molecular weight (~340 Da) and LogP (<1) falling squarely within the antibiotic physicochemical space defined by O’Shea & Moser (2008); and (d) the amphoteric character (basic amines + phenolic OHs), which is characteristic of many antibiotics.
Thus, M6-12 occupies a unique intersection of two typically non-overlapping chemical spaces: QS modulator-like features (phenolics, methoxy-aromatics) and antibiotic-like features (piperidine, fluorine, low MW/LogP). The scaffold simplification was key: it preserved the QS-relevant aromatic/phenolic motifs while introducing the antibiotic-relevant piperidine and fluorine pharmacophores.

4.6. Cross-Platform Concordance

The RDKit validation (Table 2) shows excellent concordance for discrete properties (MW, HBD, Csp3, rotatable bonds) and expected variance for algorithm-dependent properties (LogP: 0.48 vs. 0.63; HBA: 6 vs. 7). The LogP discrepancy reflects Crippen’s atom-type additive method (RDKit) versus a consensus of five algorithms (SwissADME); both indicate a hydrophilic molecule. The HBA discrepancy reflects different counting rules: RDKit uses strict Lipinski counting (N+O atoms = 6), while SwissADME may include fluorine as a weak hydrogen-bond acceptor (= 7). These inter-platform variations reinforce that in silico predictions are probabilistic estimates; quantitative concordance across platforms strengthens confidence in qualitative conclusions.

4.7. Interpretive Limitations of the Antibiotic-Likeness Model

The orthogonal ABX model learns a chemical space signature, not biological activity. A high P(Abx) indicates structural similarity to the antibiotic training set—a meaningful result given the well-established relationship between physicochemical properties and antibacterial activity (O’Shea & Moser, 2008)—but should not be interpreted as probability of being an active antibiotic. Experimental MIC determination seems to be the only path to confirm activity.

5. Limitations

AI-assisted methodology; all ML models use fixed random seeds (random_state=42) ensuring deterministic reproducibility, but outputs depend on the specific training sets and descriptor implementations used. (2) The custom descriptor calculator constitutes the principal technical limitation: it has not been systematically benchmarked against RDKit or CDK across the full training set; post-hoc RDKit validation of M6-12 confirmed concordant properties (Table 2), but this single-compound concordance does not validate the feature extractor globally. (3) Small training sets (150 and 93 compounds); although these sizes are adequate for the classical ML classifiers employed (RF, GBM, SVM, LR) with balanced class weights and stratified cross-validation, they would be insufficient for deep learning architectures. Overfitting risk is mitigated but not eliminated. (4) ABX model learns chemical space similarity, not biological activity. (5) Single ZINC15 tranche (218 compounds). (6) pkCSM hepatotoxicity = principal toxicological limitation. (7) hERG II weak inhibitor flag. (8) P-gp substrate. (9) SA=4.50 (moderate complexity). (10) MIC estimates carry ≥1 log unit uncertainty. (11) No experimental validation performed.

6. Conclusions

This proof of concept demonstrates a “signaling first, killing later” paradigm for AI-assisted antibiotic discovery: (1) ML ensembles discriminate QS modulators from inactive compounds (AUC = 0.954); (2) bioisosteric modification preserves 90–102% of QS activity while eliminating toxicophores; (3) six optimization cycles produced M6-12 with zero PAINS, zero Brenk, zero CYP, AMES-negative, and dual-high convergence (P_QS = 0.928, P_Abx = 0.792, 4/4 ABX >0.5); (4) scaffold simplification simultaneously resolved PAH, AMES, and CYP liabilities; (5) RDKit confirmed molecular properties; (6) ChEMBL 0% similarity confirms novelty; (7) 5/5 Richter rule compliance supports Gram-negative potential; (8) a single hepatotoxicity flag requires in vitro resolution; (9) the signaling-first paradigm may offer advantages over MIC-first approaches by enriching for biologically relevant chemical space with reduced host toxicity. The optimized lead SMILES (CNCc1c(F)cc(OC)c2C(OC)C3C(O)CNCC3C(O)c12) is presented for wet-lab validation.

Supplementary Materials

The following supporting information can be downloaded at the website of this paper posted on Preprints.org

Author Contributions

The author (M.A.A.) conceived the research question, designed the “signaling first, killing later” discovery paradigm, directed the computational strategy, curated training sets based on domain knowledge of antimicrobial pharmacology, and critically evaluated all outputs. External tool validations (RDKit, SwissADME, pkCSM, ChEMBL) were performed directly by the author. The author assumes full intellectual responsibility for the scientific content and explicitly invites independent validation.

Funding

None.

Declaration of generative AI and AI-assisted technologies in the research process

During the preparation of this work, the author used Claude Opus 4.6 (Anthropic, San Francisco, CA; February 2026) for the following purposes: (1) generation of the custom SMILES descriptor calculator code (Appendix A); (2) generation of the ML pipeline code including model training, cross-validation, and consensus prediction functions; (3) writing assistance for manuscript drafting, including text composition and editing; and (4) bioisosteric modification logic and scaffold optimization. After using this tool, the author reviewed and edited all content, performed independent validation of all computational outputs using gold-standard tools (RDKit, SwissADME, pkCSM, ChEMBL), and takes full responsibility for the content of the publication. This disclosure follows the ICMJE (2024) recommendations for AI-assisted technology reporting.

Data Availability Statement

The complete ML pipeline code (custom descriptor calculator, model training, and screening functions) is provided in Appendix A of this manuscript. Training set compositions are described in Section 2.3. The ZINC15 screening tranche (CEBB) is publicly available at https://zinc15.docking.org (Irwin et al., 2012; Sterling & Irwin, 2015). All external validation tools used are freely accessible: RDKit (https://www.rdkit.org), SwissADME (http://www.swissadme.ch), pkCSM (https://biosig.lab.uq.edu.au/pkcsm), and ChEMBL (https://www.ebi.ac.uk/chembl). The M6-12 SMILES string (CNCc1c(F)cc(OC)c2C(OC)C3C(O)CNCC3C(O)c12; RDKit canonical: CNCc1c(F)cc(OC)c2c1C(O)C1CNCC(O)C1C2OC) is provided to enable independent reproduction of all validation steps.

Conflicts of Interest

None.

Abbreviations

ADMET, Absorption/distribution/metabolism/excretion/toxicity; AHL, Acyl-homoserine lactone; AI, Artificial intelligence; AMR, Antimicrobial resistance; AUC, Area under the curve; BBB, Blood-brain barrier; CDK, Chemistry Development Kit; CEBB, ZINC15 tranche code; CNS, Central nervous system; COF, Covalent Organic Framework; CYP450, Cytochrome P450; DILI, Drug-induced liver injury; FDA, U.S. Food and Drug Administration; GBM, Gradient Boosting Machine; GI, Gastrointestinal; HBA, H-bond acceptors; HBD, H-bond donors; hERG, Human Ether-à-go-go-Related Gene; LogP, Octanol-water partition coefficient; LR, Logistic Regression; MIC, Minimum inhibitory concentration; ML, Machine learning; MW, Molecular weight; NCE, New Chemical Entity; PAH, Polycyclic aromatic hydrocarbon; PAINS, Pan-assay interference compounds; P-gp, P-glycoprotein; PQS, Pseudomonas quinolone signal; QS, Quorum sensing; RF, Random Forest; SA, Synthetic Accessibility; SMILES, Simplified Molecular Input Line Entry System; SVM, Support Vector Machine; TDA, Tropodithietic acid; TPSA, Topological polar surface area; VDss, Volume of distribution at steady state.

Appendix A. ML Pipeline Code

Complete executable Python code for the ML pipeline used in this study. This code implements the custom SMILES descriptor calculator (170+ features), four-model ensemble training with stratified cross-validation, and consensus prediction functions. Executed in Python 3.12 with scikit-learn 1.6, NumPy, and standard libraries.
Preprints 204485 i001
Preprints 204485 i002
Preprints 204485 i003
Preprints 204485 i004
Preprints 204485 i005
Preprints 204485 i006
Preprints 204485 i007
Preprints 204485 i008
Preprints 204485 i009
Preprints 204485 i010

References

  1. Abegg, M. A. Exploratory AI-assisted in silico evidence that bacterial signaling molecules may occupy a drug-like pharmacokinetic space. Preprints 2026, 2026020854. [Google Scholar] [CrossRef]
  2. Andersson, D. I.; Hughes, D. Microbiological effects of sublethal levels of antibiotics. Nat Rev Microbiol 2014, 12, 465–478. [Google Scholar] [CrossRef] [PubMed]
  3. Baell, J. B.; Holloway, G. A. New Substructure Filters for Removal of Pan Assay Interference Compounds (PAINS) from Screening Libraries and for Their Exclusion in Bioassays. J Med Chem 2010, 53, 2719–2740. [Google Scholar] [CrossRef] [PubMed]
  4. Beyersmann, P. G.; Tomasch, J.; Son, K.; Stocker, R.; Göker, M.; Wagner-Döbler, I.; Simon, M.; Brinkhoff, T. Dual function of tropodithietic acid as antibiotic and signaling molecule in global gene regulation of the probiotic bacterium Phaeobacter inhibens. Scientific Reports 2017, 7(1), Article 730. [Google Scholar] [CrossRef]
  5. Brown, E. D.; Wright, G. D. Antibacterial drug discovery in the resistance era. Nature 2016, 529, 336–343. [Google Scholar] [CrossRef]
  6. Cavasotto, C. N.; Scardino, V. Machine learning toxicity prediction: Latest advances by toxicity end point. ACS Omega 2022, 7(51), 47536–47546. [Google Scholar] [CrossRef]
  7. Cesaro, A.; Bagheri, M.; Torres, M.; Wan, F.; de la Fuente-Nunez, C. Deep learning tools to accelerate antibiotic discovery. Expert Opin Drug Discov 2023, 18(11), 1245–1257. [Google Scholar] [CrossRef]
  8. Chen, M.; Tung, C.-W.; Shi, Q.; Guo, L.; Shi, L.; Fang, H.; Borlak, J.; Tong, W. A testing strategy to predict risk for drug-induced liver injury in humans using high-content screen assays and the ‘rule-of-two’ model. Archives of Toxicology 2014, 88(7), 1439–1449. [Google Scholar] [CrossRef]
  9. Daina, A.; Michielin, O.; Zoete, V. SwissADME: a free web tool to evaluate pharmacokinetics, drug-likeness and medicinal chemistry friendliness of small molecules. Sci Rep 2017, 7, 42717. [Google Scholar] [CrossRef]
  10. Davies, J.; Davies, D. Origins and evolution of antibiotic resistance. Microbiol Mol Biol Rev 2010, 74, 417–433. [Google Scholar] [CrossRef]
  11. Desai, J. V.; Mitchell, A. P. Candida albicans biofilm development and its genetic control. Microbiology Spectrum 2015, 3(3), Article MB-0005-2014. [Google Scholar] [CrossRef] [PubMed]
  12. Fajardo, A.; Martínez, J. L. Antibiotics as signals that trigger specific bacterial responses. Curr Opin Microbiol 2008, 11(2), 161–167. [Google Scholar] [CrossRef] [PubMed]
  13. Fernández-Delgado, M.; Cernadas, E.; Barro, S.; Amorim, D. Do we need hundreds of classifiers to solve real world classification problems? Journal of Machine Learning Research 2014, 15(90), 3133–3181. [Google Scholar] [CrossRef]
  14. Feng, X.; Marcon, V.; Pisula, W.; Hansen, M. R.; Kirkpatrick, J.; Grozema, F.; Andrienko, D.; Kremer, K.; Müllen, K. Towards high charge-carrier mobilities by rational design of the shape and periphery of discotics. Nat Mater 2009, 8(5), 421–426. [Google Scholar] [CrossRef]
  15. Gaulton, A.; Hersey, A.; Nowotka, M.; Bento, A. P.; Chambers, J.; Mendez, D.; Mutowo, P.; Atkinson, F.; Bellis, L. J.; Cibrián-Uhalte, E.; et al. The ChEMBL database in 2017. Nucleic Acids Res 2017, 45(D1), D945–D954. [Google Scholar] [CrossRef]
  16. Gfeller, D.; Grosdidier, A.; Wirth, M.; Daina, A.; Michielin, O.; Zoete, V. SwissTargetPrediction: a web server for target prediction of bioactive small molecules. Nucleic Acids Res 2014, 42(W1), W32–W38. [Google Scholar] [CrossRef]
  17. Goh, E.-B.; Yim, G.; Tsui, W.; McClure, J.; Surette, M. G.; Davies, J. Transcriptional modulation of bacterial gene expression by subinhibitory concentrations of antibiotics. Proc Natl Acad Sci USA 2002, 99(26), 17025–17030. [Google Scholar] [CrossRef]
  18. Guengerich, F. P. Mechanisms of drug toxicity and relevance to pharmaceutical development. Drug Metab Pharmacokinet 2011, 26, 167–176. [Google Scholar] [CrossRef]
  19. Hagmann, W. K. The many roles for fluorine in medicinal chemistry. J Med Chem 2008, 51, 4359–4369. [Google Scholar] [CrossRef]
  20. Henriksen, N. N. S. E.; Lindqvist, L. L.; Wibowo, M.; Sonnenschein, E. C.; Bentzon-Tilia, M.; Gram, L. Role is in the eye of the beholder—the multiple functions of the antibacterial compound tropodithietic acid produced by marine Rhodobacteraceae. FEMS Microbiol Rev 2022, 46, fuac007. [Google Scholar] [CrossRef]
  21. Hentzer, M.; Riedel, K.; Rasmussen, T. B.; Heydorn, A.; Andersen, J. B.; Parsek, M. R.; Rice, S. A.; Eberl, L.; Molin, S.; Høiby, N.; Kjelleberg, S.; Givskov, M. Inhibition of quorum sensing in Pseudomonas aeruginosa biofilm bacteria by a halogenated furanone compound. Microbiology 2002, 148 Pt 1, 87–102. [Google Scholar] [CrossRef]
  22. Hoffman, L. R.; D’Argenio, D. A.; MacCoss, M. J.; Zhang, Z.; Jones, R. A.; Miller, S. I. Aminoglycoside antibiotics induce bacterial biofilm formation. Nature 2005, 436, 1171–1175. [Google Scholar] [CrossRef] [PubMed]
  23. Irwin, J. J.; Sterling, T.; Mysinger, M. M.; Bolstad, E. S.; Coleman, R. G. ZINC: a free tool to discover chemistry for biology. J Chem Inf Model 2012, 52(7), 1757–1768. [Google Scholar] [CrossRef] [PubMed]
  24. Kalia, V. C. Quorum sensing inhibitors: an overview. Biotechnol Adv 2013, 31, 224–245. [Google Scholar] [CrossRef] [PubMed]
  25. Landrum, G. RDKit: Open-source cheminformatics. 2016. Available online: https://www.rdkit.org.
  26. Linares, J. F.; Gustafsson, I.; Baquero, F.; Martinez, J. L. Antibiotics as intermicrobial signaling agents instead of weapons. Proc Natl Acad Sci USA 2006, 103, 19484–19489. [Google Scholar] [CrossRef]
  27. Liu, G.-Y.; Yu, D.; Fan, M.-M.; Zhang, X.; Jin, Z.-Y.; Tang, C.; Liu, X.-F. Antimicrobial resistance crisis: Could artificial intelligence be the solution? Military Medical Research 2024, 11(1), Article 7. [Google Scholar] [CrossRef]
  28. Lovering, F.; Bikker, J.; Humblet, C. Escape from Flatland: increasing saturation as an approach to improving clinical success. J Med Chem 2009, 52(21), 6752–6756. [Google Scholar] [CrossRef]
  29. McGovern, S. L.; Helfand, B. T.; Feng, B.; Shoichet, B. K. A specific mechanism of nonspecific inhibition. J Med Chem 2003, 46(20), 4265–4272. [Google Scholar] [CrossRef]
  30. Meanwell, N. A. Synopsis of bioisosteres in drug design. J Med Chem 2011, 54, 2529–2591. [Google Scholar] [CrossRef]
  31. Mugumbate, G.; Overington, J. P. The relationship between target-class and the physicochemical properties of antibacterial drugs. Bioorganic & Medicinal Chemistry 2015, 23(16), 5218–5224. [Google Scholar] [CrossRef]
  32. Mulliner, D.; Schmidt, F.; Stolte, M.; Spirkl, H.-P.; Czich, A.; Amberg, A. Computational models for human and animal hepatotoxicity with a global application scope. Chemical Research in Toxicology 2016, 29(5), 757–767. [Google Scholar] [CrossRef]
  33. Murray, C. J. L.; Ikuta, K. S.; Sharara, F.; Swetschinski, L.; Robles Aguilar, G.; Gray, A.; et al. Global burden of bacterial antimicrobial resistance in 2019: a systematic analysis. Lancet 2022, 399(10325), 629–655. [Google Scholar] [CrossRef] [PubMed]
  34. O’Shea, R.; Moser, H. E. Physicochemical properties of antibacterial compounds. J Med Chem 2008, 51, 2871–2878. [Google Scholar] [CrossRef] [PubMed]
  35. Patani, G. A.; LaVoie, E. J. Bioisosterism: a rational approach in drug design. Chem Rev 1996, 96, 3147–3176. [Google Scholar] [CrossRef] [PubMed]
  36. Payne, D. J.; Gwynn, M. N.; Holmes, D. J.; Pompliano, D. L. Drugs for bad bugs: confronting the challenges of antibacterial discovery. Nat Rev Drug Discov 2007, 6(1), 29–40. [Google Scholar] [CrossRef]
  37. Pedregosa, F.; Varoquaux, G.; Gramfort, A.; Michel, V.; Thirion, B.; Grisel, O.; Blondel, M.; Prettenhofer, P.; Weiss, R.; Dubourg, V.; Vanderplas, J.; Passos, A.; Cournapeau, D.; Brucher, M.; Perrot, M.; Duchesnay, É. Scikit-learn: Machine learning in Python. Journal of Machine Learning Research 2011, 12, 2825–2830. [Google Scholar]
  38. Pires, D. E. V.; Blundell, T. L.; Ascher, D. B. pkCSM: predicting small-molecule pharmacokinetic and toxicity properties using graph-based signatures. J Med Chem 2015, 58(9), 4066–4072. [Google Scholar] [CrossRef]
  39. Purser, S.; Moore, P. R.; Swallow, S.; Gouverneur, V. Fluorine in medicinal chemistry. Chem Soc Rev 2008, 37(2), 320–330. [Google Scholar] [CrossRef]
  40. Reisenbauer, J. C.; Green, O.; Franchino, A.; Finkelstein, P.; Morandi, B. Late-stage diversification of indole skeletons through nitrogen atom insertion. Science 2022, 377(6610), 1104–1109. [Google Scholar] [CrossRef]
  41. Richter, M. F.; Drown, B. S.; Riley, A. P.; Garcia, A.; Shirai, T.; Svec, R. L.; Hergenrother, P. J. Predictive compound accumulation rules yield a broad-spectrum antibiotic. Nature 2017, 545(7654), 299–304. [Google Scholar] [CrossRef]
  42. Ritchie, T. J.; Macdonald, S. J. F. The impact of aromatic ring count on compound developability – are too many aromatic rings a liability in drug design? Drug Discovery Today 2009, 14(21–22), 1011–1020. [Google Scholar] [CrossRef]
  43. Sengupta, S.; Chattopadhyay, M. K.; Grossart, H. P. Multifaceted roles of antibiotics and antibiotic resistance in nature. Front Microbiol 2013, 4, 47. [Google Scholar] [CrossRef] [PubMed]
  44. Skindersoe, M. E.; Alhede, M.; Phipps, R.; Yang, L.; Jensen, P. O.; Rasmussen, T. B.; Bjarnsholt, T.; Tolker-Nielsen, T.; Høiby, N.; Givskov, M. Effects of antibiotics on quorum sensing in Pseudomonas aeruginosa. Antimicrob Agents Chemother 2008, 52(10), 3648–3663. [Google Scholar] [CrossRef] [PubMed]
  45. Sterling, T.; Irwin, J. J. ZINC 15 – Ligand discovery for everyone. Journal of Chemical Information and Modeling 2015, 55(11), 2324–2337. [Google Scholar] [CrossRef] [PubMed]
  46. Stokes, J. M.; Yang, K.; Swanson, K.; Jin, W.; Cubillos-Ruiz, A.; Donghia, N. M.; MacNair, C. R.; French, S.; Carfrae, L. A.; Bloom-Ackermann, Z.; et al. A deep learning approach to antibiotic discovery. Cell 2020, 180(4), 688–702. [Google Scholar] [CrossRef]
  47. Suk, J. S.; Xu, Q.; Kim, N.; Hanes, J.; Ensign, L. M. PEGylation as a strategy for improving nanoparticle-based drug and gene delivery. Adv Drug Deliv Rev 2016, 99 Pt A, 28–51. [Google Scholar] [CrossRef]
  48. van Tilborg, D.; Brinkmann, H.; Criscuolo, E.; Rossen, L.; Özçelik, R.; Grisoni, F. Deep learning for low-data drug discovery: hurdles and opportunities. Curr Opin Struct Biol 2024, 86, 102818. [Google Scholar] [CrossRef]
  49. Vandeputte, O. M.; Kiendrebeogo, M.; Rajaonson, S.; Diallo, B.; Mol, A.; El Jaziri, M.; Baucher, M. Identification of catechin as one of the flavonoids from Combretum albiflorum bark extract that reduces the production of quorum-sensing-controlled virulence factors in Pseudomonas aeruginosa PAO1. Appl Environ Microbiol 2010, 76(1), 243–253. [Google Scholar] [CrossRef]
  50. Vitaku, E.; Smith, D. T.; Njardarson, J. T. Analysis of the structural diversity, substitution patterns, and frequency of nitrogen heterocycles among U.S. FDA approved pharmaceuticals. J Med Chem 2014, 57(24), 10257–10274. [Google Scholar] [CrossRef]
  51. Wöhrle, T.; Wurzbach, I.; Kirres, J.; Kostidou, A.; Kapernaum, N.; Litterscheidt, J.; Haenle, J. C.; Staffeld, P.; Baro, A.; Giesselmann, F.; Laschat, S. Discotic liquid crystals. Chemical Reviews 2016, 116(3), 1139–1241. [Google Scholar] [CrossRef]
  52. Wong, F.; Zheng, E. J.; Valeri, J. A.; Donghia, N. M.; Anahtar, M. N.; Omori, S.; Li, A.; Cubillos-Ruiz, A.; Krishnan, A.; Jin, W.; Manson, A. L.; Friedrichs, J.; Helbig, R.; Hajian, B.; Fiejtek, D. K.; Wagner, F. F.; Soutter, H. H.; Earl, A. M.; Stokes, J. M.; Renner, L. D.; Collins, J. J. Discovery of a structural class of antibiotics with explainable deep learning. Nature 2024, 626, 177–185. [Google Scholar] [CrossRef]
Table 1. Summary of iterative lead optimization across six modification cycles, from hexahydroxytriphenylene parent to the final candidate M6-12, showing ML scores, physicochemical properties, and structural alert profiles.
Table 1. Summary of iterative lead optimization across six modification cycles, from hexahydroxytriphenylene parent to the final candidate M6-12, showing ML scores, physicochemical properties, and structural alert profiles.
Compound Description P(QS) P(Abx) MW LogP HBD Lip. PAINS Brenk SA Issue
Parent 6×OH 0.969 0.813 274 1.60 6 1 0 2 1.44 Catechol+HBD
Lead 4×OAc 0.849 0.876 442 2.72 2 0 0 2 2.66 High TPSA
Mod 4c CH₂NH₂+3OMe 0.990 0.234 329 2.41 3 0 0 1† 1.98 PAH+AMES+
Mod 5 NHMe+sat.ring 0.964 0.227 ~305 0‡ Low P_Abx
M6-12 NHMe+F+pip.NH 0.928 0.792 340 0.48* 4 0 0 0 4.50 ✓ Final
† Irreducible PAH. ‡ PAH eliminated. * RDKit Crippen LogP; SwissADME = 0.63.
Table 2. Cross-platform concordance of M6-12 molecular properties across the custom descriptor calculator, SwissADME, and RDKit 2025.9.5.
Table 2. Cross-platform concordance of M6-12 molecular properties across the custom descriptor calculator, SwissADME, and RDKit 2025.9.5.
Property Custom Desc. SwissADME RDKit Concordance
MW (Da) 340.4 340.39 340.3950
LogP 0.63 (cons.) 0.4847 (Crippen) ≈¹
TPSA (Ų) 82.98 82.98
HBD 4 4 4
HBA 7 7 ≈²
Fraction Csp3 0.65 0.65 0.6471
Rotatable bonds 4 4 4
¹ LogP discrepancy (0.48 vs. 0.63) reflects different algorithms (Crippen vs. consensus of 5 methods); both indicate a hydrophilic molecule (LogP < 1). ² HBA discrepancy: RDKit uses strict Lipinski counting (N+O atoms = 6); SwissADME uses a broader definition that may include fluorine as weak HBA (= 7). Both are methodologically valid.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.
Copyright: This open access article is published under a Creative Commons CC BY 4.0 license, which permit the free download, distribution, and reuse, provided that the author and preprint are cited in any reuse.
Prerpints.org logo

Preprints.org is a free preprint server supported by MDPI in Basel, Switzerland.

Subscribe

Disclaimer

Terms of Use

Privacy Policy

Privacy Settings

© 2026 MDPI (Basel, Switzerland) unless otherwise stated