Skip to main content

Drug-Online: an online platform for drug-target interaction, affinity, and binding sites identification using deep learning

Abstract

Background

Accurately identifying drug-target interaction (DTI), affinity (DTA), and binding sites (DTS) is crucial for drug screening, repositioning, and design, as well as for understanding the functions of target. Although there are a few online platforms based on deep learning for drug-target interaction, affinity, and binding sites identification, there is currently no integrated online platforms for all three aspects.

Results

Our solution, the novel integrated online platform Drug-Online, has been developed to facilitate drug screening, target identification, and understanding the functions of target in a progressive manner of “interaction-affinity-binding sites”. Drug-Online platform consists of three parts: the first part uses the drug-target interaction identification method MGraphDTA, based on graph neural networks (GNN) and convolutional neural networks (CNN), to identify whether there is a drug-target interaction. If an interaction is identified, the second part employs the drug-target affinity identification method MMDTA, also based on GNN and CNN, to calculate the strength of drug-target interaction, i.e., affinity. Finally, the third part identifies drug-target binding sites, i.e., pockets. The method pt-lm-gnn used in this part is also based on GNN.

Conclusions

Drug-Online is a reliable online platform that integrates drug-target interaction, affinity, and binding sites identification. It is freely available via the Internet at http://39.106.7.26:8000/Drug-Online/.

Peer Review reports

Background

Accurately identifying drug-target interaction (DTI), affinity (DTA), and binding sites (DTS) through deep learning techniques is essential for various aspects of drug research, including screening, repositioning, design, and target identification from massive data. It also provides valuable insights into the functions of target. Drug-target interaction identification calculates whether a given drug and target interact, which is a prerequisite for their reaction [1]. Affinity measures the interaction strength between drug and target, with drug having strong binding affinity used as candidate for biological experimental verification [2]. However, any cavities on the surface of target may also become binding sites (pockets) for drug. Identifying drug-target binding sites has become a critical factor in drug screening and design, further narrowing the scope of biological experimental verification [3]. Thus, integrating drug-target interaction, affinity, and binding sites identification forms an online screening platform for achieving precise drug design, narrowing the scope of drug screening and biological experimental verification, shortening the drug development cycle, and promoting the rapid development of the modern pharmaceutical industry.

Currently, most computational-based methods for identifying drug-target interaction, affinity, and binding sites [4,5,6,7,8,9,10,11,12] utilize deep learning techniques. The general process of these deep learning-based methods involves first collecting a dataset of drug-target interaction. Then, deep learning models such as graph neural networks (GNN) [13], convolutional neural networks (CNN) [14], recurrent neural networks (RNN) [15], and attention mechanisms [16] are employed to extract high-level hidden features from the sequences, structures, or complexes of drugs and targets. Finally, based on the extracted features, a fully connected (FC) network is used to identify drug-target interaction, affinity, and binding sites.

Next, firstly let us consider some examples of drug-target interaction identification methods. DeepLPI method [17] focused solely on drug SMILES (Simplified Molecular Input Line Entry System) [18] and target sequences. It employed a ResNet-based 1-dimensional convolutional neural network (1D-CNN) to extract sequence features from drug and target. These sequence features were then fused using a bi-directional long short term memory network (biLSTM) and inputed into a FC network to predict drug-target interaction. On the other hand, DeepMGT-DTI method [19] converted drug SMILES into the molecular graphs and utilized molecular complementary graph convolutional neural networks (MCGCN) and Transformers to extract high-level features from drug molecular structures. Additionally, it employed CNN to extract high-level features from target sequences. By concatenating the extracted features, the FC network predicted the presence or absence of drug-target interaction. Another approach, described in reference [20], involved using two graph convolutional networks (GCNs) to extract structural features. One network processed drug-target binding pocket graphs, while the other handled 2D drug molecule graphs. These features were then used to predict drug-target interaction. Secondly, for deep learning-based drug-target affinity prediction methods, both DeepDTA [21] and DeepDTAF [22] used 1D-CNN to extract sequence features from drugs and targets for predicting drug-target affinity. GraphDTA [23], SAG-DTA [24], GraphCL-DTA [25], TDGraphDTA [26], and other related methods employed GNN to extract the structural features of drug molecules. Meanwhile, natural language processing models such as CNN and RNN were utilized to extract sequence features. Furthermore, method proposed by [27] and MMDTA [28] simultaneously made use of both the sequence and structural features of drug and target. Finally, deep learning-based methods for predicting drug-target binding sites follow a similar approach to the feature extraction methods mentioned above for drug-target interaction and affinity prediction. One such method was the DeepProSite [3] approach. It began by constructing a graph based on the structure of target and extracting the sequence features from target sequence. These features were used as node features in the graph of target, obtained through a pre-trained model. Graph Transformer was then used to extract structural features from the graph of target. Subsequently, a multi-layer perceptron (MLP) was used to predict whether the nodes in the graph corresponded to binding sites. Another method, SiteRadar [29], utilized graph machine learning to accurately predict the binding pockets (sites) between drugs and targets.

Although deep learning-based methods for drug-target interaction, affinity, and binding sites identification have provided complete datasets and codes, only a few have made online platforms available for biologists and pharmacists to use [30, 31]. However, it can be challenging for biologists and pharmacists to reproduce these codes and run them on the provided datasets. Therefore, developing an online platform directly for biologists and pharmacists based on deep learning methods for drug-target interaction, affinity, and binding sites identification can truly promote the practical applications of computational-based research results about drug-target interaction, affinity, and binding sites identification.

In this study, we developed an integrated online platform based on deep learning for drug-target interaction, affinity, and binding sites identification, called Drug-Online. Drug-Online platform consisted of three parts: the first part was to identify whether there was interaction between drug-target pair, using the MGraphDTA [32] method based on GNN and CNN. If there was an interaction between the drug-target pair tested in the first part, continued to calculate the binding affinity of drug-target pair in the second part, using the multimodal method MMDTA based on GNN and CNN. In the third part, pt-lm-gnn method [33] was directly used to identify the specific binding sites of drug-target pair with strong binding affinity. Drug-Online was available for free online use by biologists and pharmacists, providing assistance in narrowing the scope of biological experiments required for screening drug molecules, identifying targets, and analyzing the functions of target.

Implementation

Datasets

In this study, we initially approached drug-target interaction identification as a binary classification task using the MGraphDTA method [32], leveraging two widely used classification datasets: Human and Caenorhabditis elegans (C.elegans) [34,35,36]. Subsequently, we regarded drug-target affinity identification as a regression task employing the MMDTA method [28], which was trained and tested on the PDBbind dataset (version 2016) [37]. Finally, we tackled drug-target binding sites identification as a classification task using the pt-lm-gnn method [33], making use of a standard dataset developed by Yu et al. [38].

Methods

Drug-Online platform for identifying drug-target interaction, affinity, and binding sites comprises three deep learning-based methods: the MGraphDTA method [32] for identifying drug-target interaction, the MMDTA method [28] for predicting drug-target affinity, and the pt-lm-gnn method [33] for identifying drug-target binding sites. Next, we will provide a brief overview of the architectures of these three methods.

MGraphDTA

To begin, drug SMILES was first processed into the molecular graphs using RDKit tool [39]. Subsequently, multi-scale graph neural network (MGNN) was employed to extract the structural features of drugs, and the extracted structural features were fused. With regards to the targets, multi-scale convolutional neural network (MCNN) was utilized to extract the sequence features from target sequences, and these features were fused as well. Next, the fused structural features of drugs and the fused sequence features of targets were concatenated to obtain the combined features of drug-target pair. Finally, the combined features of drug-target pair were input into MLP to predict drug-target interaction.

MMDTA

MMDTA was a deep learning-based approach for predicting drug-target affinity using multimodal information from both drugs and targets. GNN and CNN were utilized to extract the sequence and structural features from the SMILES and 2D molecular graphs of drugs, respectively. For target, its sequence features were extracted through 1D-CNN. As for its structural features, the distance matrix was first constructed based on the three-dimensional (3D) structure of target, followed by obtaining its structural features through a 2-dimensional convolutional neural network (2D-CNN). The extracted sequence and structural features of drugs and targets were then input into a hybrid fusion module to comprehensively integrate and fuse the interaction information between drugs and targets. Subsequently, the fused features were fed into a FC network to predict drug-target affinity.

pt-lm-gnn

Pt-lm-gnn method was a hybrid model that combined target language model with GNN to predict drug-target binding sites. The target language model was utilized to extract sequence features from target sequences. Additionally, a target graph was constructed based on the 3D structure of target, where amino acid residues served as nodes in the graph. Simultaneously, the sequence features of target were employed as node features. Graph attention network (GAT) was then applied to extract deep structural features of target, enabling node classification to acquire drug-target binding sites.

Results

Our developed online platform Drug-Online for drug-target interaction, affinity, and binding sites identification comprised three main components (Fig. 1): TOOLS, API (Application Programming Interface), and HELP. The TOOLS section is designed for identifying drug-target interaction, affinity, and binding sites. The API section offers detailed instructions for other programs to access Drug-Online for their own use. The HELP section provides comprehensive information, usage guidelines, and solutions to any issues that may arise while using Drug-Online.

Fig. 1
figure 1

The input interface of Drug-Online. We need to provide drug SMILES (compound SMILES), target sequence (protein sequence), and structure (PDB file). Drug SMILES and target sequence can be directly entered into the respective text boxes, or their corresponding files (.smi for drug SMILES and.fasta for target sequence) can be uploaded using the file upload button. The PDB structural file of target can only be uploaded using the file upload function

Input

Drug-Online platform offers three primary functions: drug-target interaction, affinity, and binding sites identification. In the input interface (Fig. 1), we need to provide drug SMILES (compound SMILES), target sequence (protein sequence), and structure (PDB file). During the operation, drug SMILES and target sequence can be directly entered into the respective text boxes, or their corresponding files (.smi for drug SMILES and fasta for target sequence) can be uploaded using the file upload button. However, the PDB structural file of target can only be uploaded using the file upload function. The input target structural file can be the 3D structure of target obtained from the PDB database or it can be a prediction tool such as AlphaFold [40] and ColabFold [41] for predicting the structure of target. The required drug molecular graph is generated by converting drug SMILES using the built-in RDKit tool.

Output

The output from Drug-Online platform yields two possible results: 1) If there is no interaction between the input drug and target, the output value of DTI is 0 (indicating no interaction), and the affinity and binding sites identification programs are not further executed by Drug-Online. For example, if drug SMILES file is 442288.smi, target sequence file is A0A023ZZ89.fasta, and target structural file is AF-A0A023ZZ89-F1-model_v4.pdb, the resulting output of 0 indicates that there is no interaction between the input drug and target (Fig. 2).

Fig. 2
figure 2

The output result interface where there is no interaction between drug-target pair. Because there is no interaction between the input drug and target, the output value of DTI is 0 (indicating no interaction)

2) If there is an interaction between the input drug and target, in addition to the output value of DTI is 1 (indicating interaction), Drug-Online will proceed to run the affinity and binding sites identification programs and provide the calculation results. For instance, if drug SMILES file is 442288.smi, target sequence file is A0A0A1DGA0.fasta, and target structural file is AF-A0A1DGA0-F1-model_v4.pdb, the output results consist of three parts: the drug-target interaction (DTI) result is 1, the drug-target affinity (DTA) result is 4.105607032775879, and the drug-target binding sites (DTS) is identified as T1 I5 T7 T13 T25 T43 T49 T61 T103 A117 W119 K121 I123 W127 T133 E139 K145 W149 S151 L153 Q157 R159 E161 A165 V167 E179 (Fig. 3).

Fig. 3
figure 3

The output result interface where there is an interaction between drug-target pair. Because there is an interaction between the input drug and target, in addition to the output value of DTI is 1 (indicating interaction), Drug-Online will proceed to run the affinity (DTA) and binding sites (DTS) identification programs and provide the calculation results

API and HELP

In addition to offering online applications for drug-target interaction, affinity, and binding sites identification, Drug-Online also provides the API function, enabling users to access these three identification tools through other programs. To enhance user experience, we have included a comprehensive explanation of the Drug-Online platform in the HELP section. Furthermore, we have presented a detailed case study that demonstrates step-by-step usage of Drug-Online platform, ensuring a smooth experience for biologists, pharmacologists, and other researchers in the field.

Conclusions

Currently, most state-of-the-art deep learning methods used in drug development, such as drug-target interaction, affinity, and binding sites identification, only offer datasets and codes, with a few providing online platforms directly accessible to biologists and pharmacologists. This limits the application and dissemination of advanced computational-based drug screening methods and makes it challenging to translate the research achievements into practical applications. While our developed Drug-Online platform offers drug-target interaction, affinity, and binding sites identification applications for biologists and pharmacologists, it also has some limitations:

  1. 1.

    Deep learning-based methods employed by Drug-Online platform primarily rely on GNN models, resulting in a relatively singular architecture. This restricts our ability to provide users with diverse combinations methods tailored to different focuses.

  2. 2.

    Deep learning-based methods utilized by Drug-Online platform were trained and tested on different datasets, potentially leading to variations in performance when confronted with different input data.

Moving forward, we aim not only to encourage researchers studying computational methods related to drug screening to develop their own online platforms based on their research findings, but also to address the shortcomings of Drug-Online. Our objective is to create a fully functional and high-performance integrated online platform, which truly offers user-friendly services for biologists and pharmacists in the field of computational-based drug screening. By enabling the swift translation of advanced research outcomes into practical application tools, we strive to expand the scope of application for these research results.

Availability of data and materials

Drug-Online platform can be accessed at http://39.106.7.26:8000/Drug-Online/. Project name: Drug-Online. Home page: http://39.106.7.26:8000/Drug-Online/. Operating system(s): Platform independent. Programming language: Python. Other requirements: Web browser. License: BSD 3-Clause License. Any restrictions to use by non-academics: None.

Abbreviations

DTI:

Drug-target interaction

DTA:

Drug-target affinity

DTS:

Drug-target binding sites

GNN:

Graph neural networks

CNN:

Convolutional neural networks

RNN:

Recurrent neural networks

FC:

Fully connected

1D-CNN:

1-Dimensional convolutional neural network

biLSTM:

Bi-directional long short term memory network

MCGCN:

Molecular complementary graph convolutional neural networks

GCNs:

Graph convolutional networks

MLP:

Multi-layer perceptron

MGNN:

Multi-scale graph neural network

MCNN:

Multi-scale convolutional neural network

2D-CNN:

2-Dimensional convolutional neural network

GAT:

Graph attention network

References

  1. Dhakal A, McKay C, Tanner JJ, Cheng J. Artificial intelligence in the prediction of protein–ligand interactions: recent advances and future directions. Brief Bioinform. 2022;23:bbab476.

    Article  PubMed  Google Scholar 

  2. Kimber TB, Chen Y, Volkamer A. Deep learning in virtual screening: recent applications and developments. Int J Mol Sci. 2021;22:4435.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  3. Fang Y, Jiang Y, Wei L, Ma Q, Ren Z, Yuan Q, et al. DeepProSite: structure-aware protein binding site prediction using ESMFold and pretrained language model. Bioinformatics. 2023;39:btad718.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  4. Li M, Lu Z, Wu Y, Li Y. BACPI: a bi-directional attention neural network for compound–protein interaction and binding affinity prediction. Bioinformatics. 2022;38:1995–2002.

    Article  CAS  PubMed  Google Scholar 

  5. Wu Y, Gao M, Zeng M, Zhang J, Li M. BridgeDPI: a novel graph neural network for predicting drug–protein interactions. Bioinformatics. 2022;38:2571–8.

    Article  CAS  PubMed  Google Scholar 

  6. Yang Z, Zhong W, Zhao L, Chen CYC. ML-DTI: mutual learning mechanism for interpretable drug-target interaction prediction. J Phys Chem Lett. 2021;12:4247–61.

    Article  CAS  PubMed  Google Scholar 

  7. Zeng X, Zhong K-Y, Jiang B, Li Y. Fusing sequence and structural knowledge by heterogeneous models to accurately and interpretively predict drug-target affinity. Molecules. 2023;28:8005.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  8. Pan S, Xia L, Xu L, Li Z. SubMDTA: drug target affinity prediction based on substructure extraction and multi-scale features. BMC Bioinform. 2023;24:334.

    Article  CAS  Google Scholar 

  9. Zhang L, Wang C-C, Zhang Y, Chen X. GPCNDTA: prediction of drug-target binding affinity through cross-attention networks augmented with graph features and pharmacophores. Comput Biol Med. 2023;166: 107512.

    Article  CAS  PubMed  Google Scholar 

  10. Wang W, Li K, Lv H, Zhang H, Wang S, Huang J. SmoPSI: analysis and prediction of small molecule binding sites based on protein sequence information. Comput Math Methods Med. 2019;2019:1–9.

    Article  CAS  Google Scholar 

  11. Rao B, Yu X, Bai J, Hu J. E2EATP: fast and high-accuracy protein–ATP binding residue prediction via protein language model embedding. J Chem Inf Model. 2024;64:289–300.

    Article  CAS  PubMed  Google Scholar 

  12. Kandel J, Tayara H, Chong KT. PUResNet: prediction of protein-ligand binding sites using deep residual neural network. J Cheminform. 2021;13:65.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  13. Xu K, Hu W, Leskovec J, Jegelka S. How powerful are graph neural networks? Int Conf Learn Represent. 2019.

  14. He K, Zhang X, Ren S, Sun J. Deep residual learning for image recognition. In: 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR). Las Vegas, NV, USA: IEEE; 2016. p. 770–8.

  15. Zaremba W, Sutskever I, Vinyals O. Recurrent neural network regularization. 2015.

  16. Vaswani A, Shazeer N, Parmar N, Uszkoreit J, Jones L, Gomez AN, et al. Attention is all you need. 2017.

  17. Wei B, Zhang Y, Gong X. DeepLPI: a novel deep learning-based model for protein–ligand interaction prediction for drug repurposing. Sci Rep. 2022;12:18200.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  18. Weininger D. SMILES, a chemical language and information system 1. Introduction to methodology and encoding rules. J Chem Inf Model. 1988;28:31–6.

    CAS  Google Scholar 

  19. Zhang P, Wei Z, Che C, Jin B. DeepMGT-DTI: Transformer network incorporating multilayer graph information for Drug-Target interaction prediction. Comput Biol Med. 2022;142: 105214.

    Article  CAS  PubMed  Google Scholar 

  20. Torng W, Altman RB. Graph convolutional neural networks for predicting drug-target interactions. J Chem Inf Model. 2019;59:4131–49.

    Article  CAS  PubMed  Google Scholar 

  21. Öztürk H, Özgür A, Ozkirimli E. DeepDTA: deep drug–target binding affinity prediction. Bioinformatics. 2018;34:i821–9.

    Article  PubMed  PubMed Central  Google Scholar 

  22. Wang K, Zhou R, Li Y, Li M. DeepDTAF: a deep learning method to predict protein–ligand binding affinity. Brief Bioinform. 2021;22:bbab072.

    Article  PubMed  Google Scholar 

  23. Nguyen T, Le H, Quinn TP, Nguyen T, Le TD, Venkatesh S. GraphDTA: predicting drug-target binding affinity with graph neural networks. Bioinform Oxf Engl. 2021;37:1140–7.

    Article  CAS  Google Scholar 

  24. Zhang S, Jiang M, Wang S, Wang X, Wei Z, Li Z. SAG-DTA: prediction of drug-target affinity using self-attention graph network. Int J Mol Sci. 2021;22:8993.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  25. Yang X, Yang G, Chu J. GraphCL-DTA: a graph contrastive learning with molecular semantics for drug-target binding affinity prediction. 2023.

  26. Zhu Z, Yao Z, Zheng X, Qi G, Li Y, Mazur N, et al. Drug–target affinity prediction method based on multi-scale information interaction and graph optimization. Comput Biol Med. 2023;167: 107621.

    Article  CAS  PubMed  Google Scholar 

  27. Zhang L, Ouyang C, Liu Y, Liao Y, Gao Z. Multimodal contrastive representation learning for drug-target binding affinity prediction. Methods. 2023;220:126–33.

    Article  CAS  PubMed  Google Scholar 

  28. Zhong K-Y, Wen M-L, Meng F-F, Li X, Jiang B, Zeng X, et al. MMDTA: a multimodal deep model for drug-target affinity with a hybrid fusion strategy. J Chem Inf Model. 2024;64:2878–88.

    Article  CAS  PubMed  Google Scholar 

  29. Evteev SA, Ereshchenko AV, Ivanenkov YA. SiteRadar: utilizing graph machine learning for precise mapping of protein–ligand-binding sites. J Chem Inf Model. 2023;63:1124–32.

    Article  CAS  PubMed  Google Scholar 

  30. Jakubec D, Skoda P, Krivak R, Novotny M, Hoksza D. PrankWeb 3: accelerated ligand-binding site predictions for experimental and modelled protein structures. Nucleic Acids Res. 2022;50:W593–7.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  31. Konc J, Lešnik S, Škrlj B, Janežič D. ProBiS-dock database: a web server and interactive web repository of small ligand-protein binding sites for drug design. J Chem Inf Model. 2021;61:4097–107.

    Article  CAS  PubMed  Google Scholar 

  32. Yang Z, Zhong W, Zhao L, Yu-Chian CC. MGraphDTA: deep multiscale graph neural network for explainable drug–target binding affinity prediction. Chem Sci. 2022;13:816–33.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  33. Gamouh H, Novotny M, Hoksza D. Hybrid protein-ligand binding residue prediction with protein language models: Does the structure matter? preprint. Bioinformatics; 2023.

  34. Tsubaki M, Tomii K, Sese J. Compound–protein interaction prediction with end-to-end learning of neural networks for graphs and sequences. Bioinformatics. 2019;35:309–18.

    Article  CAS  PubMed  Google Scholar 

  35. Chen L, Tan X, Wang D, Zhong F, Liu X, Yang T, et al. TransformerCPI: improving compound–protein interaction prediction by sequence-based deep learning with self-attention mechanism and label reversal experiments. Bioinformatics. 2020;36:4406–14.

    Article  CAS  PubMed  Google Scholar 

  36. Li P, Li Y, Hsieh C-Y, Zhang S, Liu X, Liu H, et al. TrimNet: learning molecular representation from triplet messages for biomedicine. Brief Bioinform. 2021;22:bbaa266.

    Article  PubMed  Google Scholar 

  37. Wang R, Fang X, Lu Y, Wang S. The PDBbind database: collection of binding affinities for protein−ligand complexes with known three-dimensional structures. J Med Chem. 2004;47:2977–80.

    Article  CAS  PubMed  Google Scholar 

  38. Yu D-J, Hu J, Yang J, Shen H-B, Tang J, Yang J-Y. Designing template-free predictor for targeting protein-ligand binding sites with classifier ensemble and spatial clustering. IEEE/ACM Trans Comput Biol Bioinform. 2013;10:994–1008.

    Article  CAS  PubMed  Google Scholar 

  39. Landrum G. RDKit: A software suite for cheminformatics, computational chemistry, and predictive modeling. 2013.

  40. Jumper J, Evans R, Pritzel A, Green T, Figurnov M, Ronneberger O, et al. Highly accurate protein structure prediction with AlphaFold. Nature. 2021;596:583–9.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  41. Kim G, Lee S, Karin EL, Kim H, Moriwaki Y, Ovchinnikov S, et al. Easy and accurate protein structure prediction using ColabFold. preprint. Protocol Exchange; 2023.

Download references

Funding

This work was supported by the National Natural Sciences Foundation of China (No. 62366002), Yunnan Fundamental Research Projects (No. 202101BA070001-227), and a grant (No. 2023KF005) from State Key Laboratory for Conservation and Utilization of Bio-Resources in Yunnan, Yunnan University.

Author information

Authors and Affiliations

Authors

Contributions

All authors contributed to the study conception and design. XZ and YL conceived and oversaw the study. GPS developed the tool. XZ prepared the first draft with input from SQL and MLW. SJL involved in discussion and contributed to manuscript writing. YL made some revisions to manuscript. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Yi Li.

Ethics declarations

Ethics approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Zeng, X., Su, GP., Li, SJ. et al. Drug-Online: an online platform for drug-target interaction, affinity, and binding sites identification using deep learning. BMC Bioinformatics 25, 156 (2024). https://doi.org/10.1186/s12859-024-05783-w

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12859-024-05783-w

Keywords