Abstract
DNA-encoded library (DEL) technology has become a powerful tool in modern drug discovery. Fully harnessing its potential requires the use of advanced computational methodologies, which are often available only through proprietary software. This limitation restricts flexibility and accessibility for academic researchers and small biotech companies, hindering the growth of the technology. Here, we present DELi, an open-source DEL informatics platform designed for library design, NGS decoding and calling, and enrichment analysis. To showcase its capabilities, we used DELi to design an in-house custom library (UNC-DEL006), a benzimidazole-based DEL, and performed proof-of-concept selection experiments against Bromodomain-containing Protein 4 (BRD4). The DELi decoding and analysis modules identified top-performing compounds, leading to the off-DNA synthesis of UNC 002–080, which was confirmed as a nanomolar BRD4 binder via isothermal titration calorimetry (ITC). In contrast, a chemically similar compound not prioritized by DELi, UNC 002–083, showed no measurable binding. These results demonstrate DELi as an effective tool for DEL design and analysis. Further, its open-source nature will promote ongoing development and contributions from the DEL community to expand its applications and capabilities.
Graphical Abstract

Introduction
Drug discovery is a complex and costly process, with development often exceeding $1 billion and taking over a decade to bring a drug to market1. Technologies that enhance efficiency while reducing costs are essential to accelerating therapeutic development. High-throughput screening (HTS) has been a long-standing approach to speed up their stages of hit discovery, but its one-compound, one-well format is resource-intensive. To address this limitation, extensive work has gone into developing display technologies such as phage display and mRNA display to enable screening of millions to billions of compounds in a single tube2. However, these approaches are peptide-based and limited to natural and some unnatural amino acids3, limiting the diversity of flexibility of screening libraries. DNA-Encoded Libraries (DEL) has recently become a popular approach to still enable rapid screening of billion sized libraries, while allowing for the use of more drug like small molecules, significantly expanding chemical diversity for display technologies.
Since its inception in the 1990s4, DEL technology has advanced rapidly, leading to the discovery of potent and selective compounds for challenging targets such as GPCRs and epigenetic readers5. The commercialization of DELs by companies like WuXi, HitGen, and Charles River Laboratories has made screening billions to trillions sized DELs widely accessible6. However, while screening is streamlined, data analysis remains a major challenge. DEL selection results are complex, requiring expertise in chemistry and structure-activity relationships (SAR) to distinguish meaningful hits from artifacts. Despite the growing adoption of DELs, the lack of open-source computational tools for data analysis limits accessibility, creating barriers for researchers and small biotech companies looking to leverage the technology effectively.
To address this, we developed the DNA Encoded Library informatics (DELi) software package. DELi is a one-stop-shop for automated DEL-informatics pipeline development, with modules to support DEL design, full library enumeration, sequence demultiplexing and decoding, and automated selection analysis. DELi is an open-source academic initiative, with the goals of making recent advancements in DEL informatics easily available to the community with the hope to advance research by providing a solid foundation to build upon.
Development & Modules
DELi is built using python and follows modern best practices for scientific software development. The package covers all aspects of DEL Informatics and is broken into several modules to provide an intuitive user experience. Some modules are designed to be accessed via a command line interface, while others are built to be utilized in custom scripts developed by users.
Barcode Design
Error correcting DNA barcodes is a well-established method to help reduce the error rate of DNA sequencing7. Inclusion of such tags can recover as much as 10% of overall sequence reads8. Currently, DELi supports the design of hamming encoded DNA tags for single nucleotide polymorphism (SNP) correction through the design module. Standard parity hamming codes ensure a hamming distance of three between all barcodes, allowing correction of a single SNP. The module also supports an extra parity code, producing a hamming distance of four and enabling the detection, but not correction, of two SNP reads. Hamming encoded barcodes can range from a length of four to sixteen nucleotides. All valid barcodes will be generated for any given hamming code and can be reduced to remove any unwanted or undesired tags. Hamming encoded barcodes are meant to be applied to a specific region of the barcode, most commonly the building block regions, as they are most effective on small regions given the error rate of DNA sequencing.
Library Enumeration
DELs are designed as a set of “building block” chemical fragments that can be joined together through a single reaction scheme. Libraries must be computationally enumerated to generate all the chemicals represented, which can sometime involve the creation of billions of compounds. DELi has built in support to do this enumeration from the basic information the user provides in the library information files (see Installation and Configuration). It supports both enumerating the entire library at once or enumerating single compounds on the fly based on their compound ID. A command line interface is also provided for this utility. Additional information can be found in the documentation.
Barcode Decoding
A core component of the DEL informatics pipeline is converting the raw sequence reads collected post selection into compound counts for enrichment calculation. This is done by decoding the DNA sequences based on a lookup table of possible compounds. DELi support a quick and efficient process for such decoding. We utilize a semi-global alignment algorithm to anchor reads to a reference barcode with customizable error tolerance. After alignment, barcode sections can be mapped to the read allowing for decoding of individual sections. Decoding also supports unique molecule identifier (UMI) regions, allowing counts to be adjusted for uneven PCR amplification. DELi includes a robust decoding experiment initializer that is capable of handling large numbers of different DELs all with unique barcode set ups during decoding. It also supports demultiplexing separate DEL selection if sequences are not provided in a demultiplexed format. DELi can successfully decode up to 80% of reads at a rate of one million per minute on a standard workstation. The raw output of decoded sequence can be saved or converted into the common place “cube” format that maps each unique compound, its building block ids, and observed count for each selection to a single row in a CSV file. After decoding is finished, a detailed log file and digestible decoding HTML report (Fig 1) are generated for the user to see the overall results of the decoding.
Figure 1:
Example of some graphs generated by the DELi decoding HTML report: A) Pie chart showing how many reads failed to be demultiplex or called, as well as how many were successfully called. B) Pie chart of which libraries were found in the selection and at what percentages. C) Histogram of sequence read lengths read in from the fastq file.
DEL Analysis
After decoding is performed, the decoded DEL selection data can be used with the DELi Analysis module to model the data quality and select potential hit compounds. We employ a suite of analytical techniques that attempt to identify trends in the target-enriched synthons and fully enumerated compounds. One such method is the normalized sequence count (NSC)10, which is functionally analogous to RPKM/TPKM15 in the RNA-seq literature or sequencing depth-based normalization in ChIP-Seq/ATAC-Seq experiments. The NSC normalizes the reads for a given DEL member by the sampling depth for that experiment where ci represents the observed count for a library member and SD is the sampling depth for a given target (Eq. 1). One benefit of the NSC is that it doesn’t require a separate control experiment or naïve sequencing run—thus effectively cutting the costs and accessibility to conduct DEL experiments.
| (1) |
Using this formulation of NSC, we calculate the merged maximum-likelihood enrichment ratio as proposed by Hou et al11. with a smoothing factor to account for inherent variance in DEL sequencing counts. Here c1 and c2 represent counts for a given library member from selection and control experiments respectively, while n represents total sequencing counts for that selection.
| (2) |
While users can provide DEL data without replicate samples, we opted for the merged calculation of MLE to increase confidence and raise the overall sequencing floor11,16. The normalized Z-score implemented by Faver et al12. models DEL selection data using a binomial distribution, which describes the probability of observing a given compound (or synthon/disynthon) × times across n independent trials with replacement. Here po represents the observed probability, pi is the expected probability, and ci are control counts for the given library member.
| (3) |
DELi also implements HitGen’s PolyO score8 for disynthon/monosynthon feature selection. This approach establishes a baseline score based on sequencing depth and size of a given DEL, then calculates the fold-change from the established baseline to determine if a feature is enriched. In addition to the above metrics, DELi offers a variety of optional graphical visualizations to assist in feature selection, including tools for analyzing competition experiments and visual rendering of compounds for structure-based selections. Furthermore, DELi incorporates multiple automated data balancing functions to enhance the performance of our machine learning models, which include both classification and regression-based approaches. These features are designed to streamline model generation and ensure more accurate and robust predictions in drug discovery workflows.
Parallelization
While DELi provides no native support for parallelization within the package, it is built to be embarrassingly parallel in use. This enables trivial parallelization of most computed intensive tasks via simple workflow scripts. As an example, we provide a NextFlow workflow script that enables DELi decoding parallelized on a HPC system. Leveraging external workflow parallelization allows DELi to be efficiently deployed on nearly all infrastructures setups with minor customization.
Installation and Configuration
DELi is made available for install via python pip. It can also be installed from source using python poetry. Installation with automatically install and add register DELi command line programs.
Some functionality, like decoding and enumeration, requires users to generate configuration files outlining the setup and contents of their DEL. Detailed documentation is provided on how to generate these files, with examples provided. Users only need to provide info on the library and its building blocks.
Discussion
Importance of Rigorous and Reproducible DEL Analysis
DEL technology allows for quick screening of millions to billions of compounds at once against a target of interest and the resulting sequencing output can provide insight into whether binding interactions occurred with library members. Decoding the sequencing results, however, is not quite as simple and can be overwhelming with large amounts of data that comes from DEL selections. Depending on the library size and on-target conditions screened, there could be hundreds of thousands of compounds that come through sequencing and analysis of which compounds to choose for off-DNA re-synthesis and testing can vary from one target to the next. Standardized procedures are not discussed in DEL literature as there are nuances on how to analyze selection output such as if there are known and validated binding pockets on the target or if there are known binders present in the selections as competitors with the DEL compounds. Standardization can also be difficult to establish as nomenclature is not universally maintained and could lead to confusion among different groups. Considerations for analyzing DEL data include, but are not limited to, reproducibility of the data, overall coverage of the library in the selections, cross-comparison of target conditions that provide possible insights into the binding events during the selections, and chemistry knowledge that can identify structural trends and similarities among compounds.
Reproducibility, like any experiment, is the pinnacle for building confidence that the compounds in sequencing experienced true binding events with the target. Without reproducibility, the compound selection process may be reduced to choosing compounds based on singular data points. Also important is the even coverage of the library members in the selection process which reduces compound bias and can build confidence that the binding events are real. Selection conditions that include known and validated binders or inhibitors, allow for cross-comparison with APO-target which can indicate binding events occurring in similar binding pockets. Additionally, selections without known binders or inhibitors but ones which include high and low protein quantities can create an environment where tighter binders can be pulled out compared to moderate to low binders. This pseudo-competition has been seen in literature as a strategy for targets without known inhibitors17. Without known binders or inhibitors included in the selection conditions, there is a higher threshold to overcome for identifying binders to desired binding pockets of the target. Since DEL selections are not immune to the pitfalls of screening which include promiscuous and allosteric binding, the more selection conditions included with any given target, the better the confidence can be in finding desired binders. Lastly, observing scaffold trends based on similar features of the compounds may be considered a traditional medicinal chemistry approach for selection analysis. With sequence counts of either two or three building block combinations as an aid to mark the abundance of any given compound present in sequencing, scaffold similarity analysis of structurally similar compounds allows for clustering the compounds together into ‘families’ containing those shared features. Triaging compounds into structurally similar families can aid in expediting the data analysis as similarly structured compounds may have similar activities with the target and thus can be grouped together. Representative members from each family can then be chosen for off-DNA testing based on sequence counts, structural features or other factors which are known to the target screened. Without triaging compounds into family groupings, the ability to keep track of and choose representative members for off-DNA synthesis and testing can become subjective. Sequencing counts can be used as a metric for choosing compounds but if similarly structured compounds are the highest enriched members, the representative pool for off-DNA synthesis can become monotoned.
Open-science to Drive DEL and DEL-Machine Learning Advancement
Many large-scale DEL campaigns are carried out privately with limited access to the information gathered even after publication, hindering the potential for the community to reproduce and expand upon the work conducted. Commitment to sharing this data and the methodologies used to generate it is crucial to driving advancements in DEL. By open sourcing our entire analysis and DEL design pipeline, along with our DELs, we aim to address the limited availability of open-source DEL software and datasets. This in turn will lay a foundation for others to build upon, both by using standardized tools and enabling easier data processing DEL design.
This impact is not limited to just traditional DEL, but also in machine learning (ML) research efforts. Recent literature has discussed the beginning to investigate how to utilize DEL for ML13,18–20, and how to build ML tools that can assist all aspects of DEL. Yet, many groups that specialize in this type of research lack the ability to conduct DEL selection and create DELs in-house, hindering their ability to contribute to the field. By open sourcing our DEL, we hope to bridge that gap and enable these groups to apply and design new tools for DEL. Likewise, we will then be able to implement such advancements into DELi, enabling labs that specialize in DEL research but not ML to more easily apply the most recent advancements in computational approaches for DEL.
Robust DEL Analysis is Important for DEL-ML
The rapid adoption of machine learning (ML) techniques in computational chemistry and drug discovery highlights the urgent need for better validation and standardization of data processing practices. Numerous studies have demonstrated that consistent errors or mis-annotations in chemical databases can significantly impair model performance, leading to inaccurate predictions21,22. These inaccuracies are not only detrimental at the model development stage but often propagate throughout the virtual screening process, compromising the reliability and efficiency of drug discovery workflows. Moreover, the shift towards open science necessitates the use of standardized ontologies, annotations, or dictionaries, alongside consistent analysis methods, to enhance data quality and quantity23. These efforts enhance the representation and understanding of chemical space across diverse regions, leading to more reliable and reproducible outcomes in computational chemistry and drug discovery. Machine learning models in drug discovery are most effective when trained and validated on data that is systematically curated and consistently annotated24. To address this, many initiatives, such as open databases like Open Targets25, are working to standardize data practices and provide high-quality, well-curated datasets that support more effective and accurate ML applications. In this context, we introduce the DELi platform, designed to address challenges related to enumeration, decoding, and normalization across DEL platforms, catering to both small academic laboratories and large pharmaceutical companies.
BRD4 Case Study, DEL6
To evaluate our DEL informatics pipeline, we employed DELi to design UNC-DEL006, a benzimidazole-based DNA-encoded library. Using DELi’s library enumeration module, we generated chemical structures, predicted physicochemical properties for the entire UNC-DEL006 library, and designed Hamming-encoded barcodes for the three-cycle building blocks. To validate our analytical workflow, we conducted selection experiments against the protein target Bromodomain-containing Protein 4 (BRD4), a well-studied protein target linked to cancer26. Through enrichment analysis, we identified top-performing molecular features and performed disynthon-based aggregation. From the prioritized compounds automatically reported in the DEL Analysis Report, we selected candidates for off-DNA synthesis and follow-up characterization. Notably, UNC #002–080 was confirmed as a nanomolar binder of BRD4 via isothermal titration calorimetry (ITC). In contrast, a structurally similar compound with a different disynthon feature, UNC #002–083—which was not prioritized by DELi—exhibited no detectable binding affinity by ITC (Figure 2C).
Figure 2. Automated DELi Analysis Report Prioritized nM Binder From DEL Selection.
A) Header from DELi report detailing sampling depth and experimental information. B) Top trisynthon compounds for SAR analysis. C). ITC data for top nominated UNC002–080 showing nM binding activity compared to UNC002–083 which was structurally similar but not nominated by DELi’s automated report and showed no binding activity. D) Automated DEL-ML regression model created by DELi’s data balancing functions overlayed with dummy regressor to display overall results from 5-fold training regime.
Future Features
DELi has a detailed roadmap outlining new features and modules to be added in future updates. Prioritized updates include: improved generalizability of DEL configure to account for more complex library designs; built in machine learning options for DEL-ML virtual screening follow-up; improved command line interface; improved containerization and default workflows. As an open-source package, DELi accepts community feature requests as well as contributions following the contribution documentation.
Conclusion
The field of DEL has rapidly expanded in recent years, with a surge in studies reporting novel DEL libraries, screening targets, and selection strategies27. Ready-to-purchase DELs have become increasingly available to academic labs and small biotech companies seeking to integrate this powerful technology into their drug discovery efforts28,29. However, many of these libraries require proprietary software licenses that limit flexibility and customization, leaving researchers constrained by closed systems. To address this, we introduce DELi, an open-source platform with fully accessible code and pipelines, available on GitHub for implementation and collaboration. Our goal is to provide researchers with a transparent and adaptable toolset, enabling greater control over their DEL workflows. We welcome feedback from the computational community and are committed to expanding DELi’s capabilities, including the expansion of deep learning models to explore novel, non-DEL-like chemical spaces for drug discovery.
Table 1.
DEL Statistical Methods Available in DELi
| Method | References |
|---|---|
| NGS Sampling Depth | McCarthy et al. (2020)9 |
| Normalized Sequence Count | Franzini et al. (2015)10 |
| Maximum-Likelihood Enrichment Ratio | Hou et al. (2023)11 |
| Normalized Z-Score | Faver et al. (2019)12 |
| PolyO | Chen et al. (2022)8 |
| DEL-Based Random Forest | McCloskey et al. (2020)13 |
| DEL-Based Graph Convolutional Network and Graph Attention Network | Duvenaud et al. (2015)14 |
Acknowledgements
We thank the members of the Popov Lab and the CICBDD at UNC for help developing and giving feedback on DELi. BN gratefully acknowledges support from the NIH Biophysics Training Grant (T32GM148376- 01A1).
Footnotes
Conflict of Interest
Authors declare no competing interests
References
- (1).AI’s Potential to Accelerate Drug Discovery Needs a Reality Check. Nature 2023, 622 (7982), 217–217. 10.1038/d41586-023-03172-6. [DOI] [PubMed] [Google Scholar]
- (2).Jaroszewicz W.; Morcinek-Orłowska J.; Pierzynowska K.; Gaffke L.; Węgrzyn G. Phage Display and Other Peptide Display Technologies. FEMS Microbiol. Rev. 2022, 46 (2), fuab052. 10.1093/femsre/fuab052. [DOI] [PubMed] [Google Scholar]
- (3).Sergeeva A.; Kolonin M. G.; Molldrem J. J.; Pasqualini R.; Arap W. Display Technologies: Application for the Discovery of Drug and Gene Delivery Agents. Adv. Drug Deliv. Rev. 2006, 58 (15), 1622–1654. 10.1016/j.addr.2006.09.018. [DOI] [PMC free article] [PubMed] [Google Scholar]
- (4).Brenner S.; Lerner R. A. Encoded Combinatorial Chemistry. Proc. Natl. Acad. Sci. 1992, 89 (12), 5381–5383. 10.1073/pnas.89.12.5381. [DOI] [PMC free article] [PubMed] [Google Scholar]
- (5).Collie G. W.; Clark M. A.; Keefe A. D.; Madin A.; Read J. A.; Rivers E. L.; Zhang Y. Screening Ultra-Large Encoded Compound Libraries Leads to Novel Protein–Ligand Interactions and High Selectivity. J. Med. Chem. 2024, 67 (2), 864–884. 10.1021/acs.jmedchem.3c01861. [DOI] [PMC free article] [PubMed] [Google Scholar]
- (6).Halford Bethany. Breakthroughs with Bar Codes. CEN Glob. Enterp. 2017, 95 (25), 28–33. 10.1021/cen-09525-cover. [DOI] [Google Scholar]
- (7).Bystrykh L. V. Generalized DNA Barcode Design Based on Hamming Codes. PLOS ONE 2012, 7 (5), e36852. 10.1371/journal.pone.0036852. [DOI] [PMC free article] [PubMed] [Google Scholar]
- (8).Chen Q.; Li Y.; Lin C.; Chen L.; Luo H.; Xia S.; Liu C.; Cheng X.; Liu C.; Li J.; Dou D. Expanding the DNA-Encoded Library Toolbox: Identifying Small Molecules Targeting RNA. Nucleic Acids Res. 2022, 50 (12), e67. 10.1093/nar/gkac173. [DOI] [PMC free article] [PubMed] [Google Scholar]
- (9).McCarthy K. A.; Franklin G. J.; Lancia D. R.; Olbrot M.; Pardo E.; O’Connell J. C.; Kollmann C. S. The Impact of Variable Selection Coverage on Detection of Ligands from a DNA-Encoded Library Screen. SLAS Discov. Adv. Sci. Drug Discov. 2020, 25 (5), 515–522. 10.1177/2472555220908240. [DOI] [PubMed] [Google Scholar]
- (10).Franzini R. M.; Ekblad T.; Zhong N.; Wichert M.; Decurtins W.; Nauer A.; Zimmermann M.; Samain F.; Scheuermann J.; Brown P. J.; Hall J.; Gräslund S.; Schüler H.; Neri D. Identification of Structure–Activity Relationships from Screening a Structurally Compact DNA-Encoded Chemical Library. Angew. Chem. Int. Ed. 2015, 54 (13), 3927–3931. 10.1002/anie.201410736. [DOI] [PubMed] [Google Scholar]
- (11).Hou R.; Xie C.; Gui Y.; Li G.; Li X. Machine-Learning-Based Data Analysis Method for Cell-Based Selection of DNA-Encoded Libraries. ACS Omega 2023, 8 (21), 19057–19071. 10.1021/acsomega.3c02152. [DOI] [PMC free article] [PubMed] [Google Scholar]
- (12).Faver J. C.; Riehle K.; Lancia D. R. Jr.; Milbank J. B. J.; Kollmann C. S.; Simmons N.; Yu Z.; Matzuk M. M. Quantitative Comparison of Enrichment from DNA-Encoded Chemical Library Selections. ACS Comb. Sci. 2019, 21 (2), 75–82. 10.1021/acscombsci.8b00116. [DOI] [PMC free article] [PubMed] [Google Scholar]
- (13).McCloskey K.; Sigel E. A.; Kearnes S.; Xue L.; Tian X.; Moccia D.; Gikunju D.; Bazzaz S.; Chan B.; Clark M. A.; Cuozzo J. W.; Guié M.-A.; Guilinger J. P.; Huguet C.; Hupp C. D.; Keefe A. D.; Mulhern C. J.; Zhang Y.; Riley P. Machine Learning on DNA-Encoded Libraries: A New Paradigm for Hit Finding. J. Med. Chem. 2020, 63 (16), 8857–8866. 10.1021/acs.jmedchem.0c00452. [DOI] [PubMed] [Google Scholar]
- (14).Duvenaud D.; Maclaurin D.; Aguilera-Iparraguirre J.; Gómez-Bombarelli R.; Hirzel T.; Aspuru-Guzik A.; Adams R. P. Convolutional Networks on Graphs for Learning Molecular Fingerprints. arXiv November 3, 2015. 10.48550/arXiv.1509.09292. [DOI] [Google Scholar]
- (15).Zhao Y.; Li M.-C.; Konaté M. M.; Chen L.; Das B.; Karlovich C.; Williams P. M.; Evrard Y. A.; Doroshow J. H.; McShane L. M. TPM, FPKM, or Normalized Counts? A Comparative Study of Quantification Measures for the Analysis of RNA-Seq Data from the NCI Patient-Derived Models Repository. J. Transl. Med. 2021, 19 (1), 269. 10.1186/s12967-021-02936-w. [DOI] [PMC free article] [PubMed] [Google Scholar]
- (16).Rama-Garda R.; Amigo J.; Priego J.; Molina-Martin M.; Cano L.; Domínguez E.; Loza M. I.; Rivera-Sagredo A.; de Blas J. Normalization of DNA Encoded Library Affinity Selection Results Driven by High Throughput Sequencing and HPLC Purification. Bioorg. Med. Chem. 2021, 40, 116178. 10.1016/j.bmc.2021.116178. [DOI] [PubMed] [Google Scholar]
- (17).Cuozzo J. W.; Centrella P. A.; Gikunju D.; Habeshian S.; Hupp C. D.; Keefe A. D.; Sigel E. A.; Soutter H. H.; Thomson H. A.; Zhang Y.; Clark M. A. Discovery of a Potent BTK Inhibitor with a Novel Binding Mode by Using Parallel Selections with a DNA-Encoded Chemical Library. ChemBioChem 2017, 18 (9), 864–871. 10.1002/cbic.201600573. [DOI] [PubMed] [Google Scholar]
- (18).Wellnitz J.; Ahmad S.; Begale N.; Joseph J.; Zeng H.; Bolotokova A.; Dong A.; Reza S.; Ghiabi P.; Elisa G.; Cheng X.; Tu G.; Li X.; Liu J.; Dou D.; Li J.; Harding R. J.; Edwards A. M.; Haibe-Kains B.; Halabelian L.; Tropsha A.; Couñago R. Enabling Open Machine Learning of DNA Encoded Library Selections to Accelerate the Discovery of Small Molecule Protein Binders. ChemRxiv October 18, 2024. 10.26434/chemrxiv-2024-xd385. [DOI] [PubMed] [Google Scholar]
- (19).Ackloo S.; Li F.; Szewczyk M.; Seitova A.; Loppnau P.; Zeng H.; Xu J.; Ahmad S.; Arnautova Y. A.; Baghaie A. J.; Beldar S.; Bolotokova A.; Centrella P. A.; Chau I.; Clark M. A.; Cuozzo J. W.; Dehghani-Tafti S.; Disch J. S.; Dong A.; Dumas A.; Feng J. A.; Ghiabi P.; Gibson E.; Gilmer J.; Goldman B.; Green S. R.; Guié M.-A.; Guilinger J. P.; Harms N.; Herasymenko O.; Houliston S.; Hutchinson A.; Kearnes S.; Keefe A. D.; Kimani S. W.; Kramer T.; Kutera M.; Kwak H. A.; Lento C.; Li Y.; Liu J.; Loup J.; Machado R. A.; Mulhern C. J.; Perveen S.; Righetto G. L.; Riley P.; Shrestha S.; Sigel E. A.; Silva M.; Sintchak M. D.; Slakman B. L.; Taylor R. D.; Thompson J.; Torng W.; Underkoffler C.; Rechenberg M. von; Watson I.; Wilson D. J.; Wolf E.; Yadav M.; Yazdi A. K.; Zhang J.; Zhang Y.; Santhakumar V.; Edwards A. M.; Barsyte-Lovejoy D.; Schapira M.; Brown P. J.; Halabelian L.; Arrowsmith C. H. A Resource to Enable Chemical Biology and Drug Discovery of WDR Proteins. bioRxiv March 4, 2024, p 2024.03.03.583197. 10.1101/2024.03.03.583197. [DOI] [Google Scholar]
- (20).Iqbal S.; Jiang W.; Hansen E.; Aristotelous T.; Liu S.; Reidenbach A.; Raffier C.; Leed A.; Chen C.; Chung L.; Sigel E.; Burgin A.; Gould S.; Soutter H. DEL+ML Paradigm for Actionable Hit Discovery – a Cross DEL and Cross ML Model Assessment. ChemRxiv July 24, 2024. 10.26434/chemrxiv-2024-2xrx4. [DOI] [Google Scholar]
- (21).Zhao L.; Wang W.; Sedykh A.; Zhu H. Experimental Errors in QSAR Modeling Sets: What We Can Do and What We Cannot Do. ACS Omega 2017, 2 (6), 2805–2812. 10.1021/acsomega.7b00274. [DOI] [PMC free article] [PubMed] [Google Scholar]
- (22).Young D.; Martin T.; Venkatapathy R.; Harten P. Are the Chemical Structures in Your QSAR Correct? QSAR Comb. Sci. 2008, 27 (11–12), 1337–1345. 10.1002/qsar.200810084. [DOI] [Google Scholar]
- (23).Edfeldt K.; Edwards A. M.; Engkvist O.; Günther J.; Hartley M.; Hulcoop D. G.; Leach A. R.; Marsden B. D.; Menge A.; Misquitta L.; Müller S.; Owen D. R.; Schütt K. T.; Skelton N.; Steffen A.; Tropsha A.; Vernet E.; Wang Y.; Wellnitz J.; Willson T. M.; Clevert D.-A.; Haibe-Kains B.; Schiavone L. H.; Schapira M. A Data Science Roadmap for Open Science Organizations Engaged in Early-Stage Drug Discovery. Nat. Commun. 2024, 15 (1), 5640. 10.1038/s41467-024-49777-x. [DOI] [PMC free article] [PubMed] [Google Scholar]
- (24).Vamathevan J.; Clark D.; Czodrowski P.; Dunham I.; Ferran E.; Lee G.; Li B.; Madabhushi A.; Shah P.; Spitzer M.; Zhao S. Applications of Machine Learning in Drug Discovery and Development. Nat. Rev. Drug Discov. 2019, 18 (6), 463–477. 10.1038/s41573-019-0024-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
- (25).Koscielny G.; An P.; Carvalho-Silva D.; Cham J. A.; Fumis L.; Gasparyan R.; Hasan S.; Karamanis N.; Maguire M.; Papa E.; Pierleoni A.; Pignatelli M.; Platt T.; Rowland F.; Wankar P.; Bento A. P.; Burdett T.; Fabregat A.; Forbes S.; Gaulton A.; Gonzalez C. Y.; Hermjakob H.; Hersey A.; Jupe S.; Kafkas Ş.; Keays M.; Leroy C.; Lopez F.-J.; Magarinos M. P.; Malone J.; McEntyre J.; Munoz-Pomer Fuentes A.; O’Donovan C.; Papatheodorou I.; Parkinson H.; Palka B.; Paschall J.; Petryszak R.; Pratanwanich N.; Sarntivijal S.; Saunders G.; Sidiropoulos K.; Smith T.; Sondka Z.; Stegle O.; Tang Y. A.; Turner E.; Vaughan B.; Vrousgou O.; Watkins X.; Martin M.-J.; Sanseau P.; Vamathevan J.; Birney E.; Barrett J.; Dunham I. Open Targets: A Platform for Therapeutic Target Identification and Validation. Nucleic Acids Res. 2017, 45 (D1), D985–D994. 10.1093/nar/gkw1055. [DOI] [PMC free article] [PubMed] [Google Scholar]
- (26).Liu Z.; Wang P.; Chen H.; Wold E. A.; Tian B.; Brasier A. R.; Zhou J. Drug Discovery Targeting Bromodomain-Containing Protein 4. J. Med. Chem. 2017, 60 (11), 4533–4558. 10.1021/acs.jmedchem.6b01761. [DOI] [PMC free article] [PubMed] [Google Scholar]
- (27).Peterson A. A.; Liu D. R. Small-Molecule Discovery through DNA-Encoded Libraries. Nat. Rev. Drug Discov. 2023, 22 (9), 699–722. 10.1038/s41573-023-00713-6. [DOI] [PMC free article] [PubMed] [Google Scholar]
- (28).OpenDEL®. https://www.hitgen.com/en/capabilities-details-21.html (accessed 2025-02-24).
- (29).DELenable. X-Chem. https://www.x-chemrx.com/delenable/ (accessed 2025-02-24). [Google Scholar]


