Your browser doesn't support javascript.
loading
Show: 20 | 50 | 100
Results 1 - 12 de 12
Filter
1.
Bioinformatics ; 40(7)2024 Jul 01.
Article in English | MEDLINE | ID: mdl-38913860

ABSTRACT

MOTIVATION: Drug repurposing is a viable solution for reducing the time and cost associated with drug development. However, thus far, the proposed drug repurposing approaches still need to meet expectations. Therefore, it is crucial to offer a systematic approach for drug repurposing to achieve cost savings and enhance human lives. In recent years, using biological network-based methods for drug repurposing has generated promising results. Nevertheless, these methods have limitations. Primarily, the scope of these methods is generally limited concerning the size and variety of data they can effectively handle. Another issue arises from the treatment of heterogeneous data, which needs to be addressed or converted into homogeneous data, leading to a loss of information. A significant drawback is that most of these approaches lack end-to-end functionality, necessitating manual implementation and expert knowledge in certain stages. RESULTS: We propose a new solution, Heterogeneous Graph Transformer for Drug Repurposing (HGTDR), to address the challenges associated with drug repurposing. HGTDR is a three-step approach for knowledge graph-based drug repurposing: (1) constructing a heterogeneous knowledge graph, (2) utilizing a heterogeneous graph transformer network, and (3) computing relationship scores using a fully connected network. By leveraging HGTDR, users gain the ability to manipulate input graphs, extract information from diverse entities, and obtain their desired output. In the evaluation step, we demonstrate that HGTDR performs comparably to previous methods. Furthermore, we review medical studies to validate our method's top 10 drug repurposing suggestions, which have exhibited promising results. We also demonstrated HGTDR's capability to predict other types of relations through numerical and experimental validation, such as drug-protein and disease-protein inter-relations. AVAILABILITY AND IMPLEMENTATION: The source code and data are available at https://github.com/bcb-sut/HGTDR and http://git.dml.ir/BCB/HGTDR.


Subject(s)
Drug Repositioning , Drug Repositioning/methods , Humans , Algorithms , Computational Biology/methods , Software
2.
BMC Bioinformatics ; 25(1): 48, 2024 Jan 30.
Article in English | MEDLINE | ID: mdl-38291364

ABSTRACT

BACKGROUND: The Drug-Target Interaction (DTI) prediction uses a drug molecule and a protein sequence as inputs to predict the binding affinity value. In recent years, deep learning-based models have gotten more attention. These methods have two modules: the feature extraction module and the task prediction module. In most deep learning-based approaches, a simple task prediction loss (i.e., categorical cross entropy for the classification task and mean squared error for the regression task) is used to learn the model. In machine learning, contrastive-based loss functions are developed to learn more discriminative feature space. In a deep learning-based model, extracting more discriminative feature space leads to performance improvement for the task prediction module. RESULTS: In this paper, we have used multimodal knowledge as input and proposed an attention-based fusion technique to combine this knowledge. Also, we investigate how utilizing contrastive loss function along the task prediction loss could help the approach to learn a more powerful model. Four contrastive loss functions are considered: (1) max-margin contrastive loss function, (2) triplet loss function, (3) Multi-class N-pair Loss Objective, and (4) NT-Xent loss function. The proposed model is evaluated using four well-known datasets: Wang et al. dataset, Luo's dataset, Davis, and KIBA datasets. CONCLUSIONS: Accordingly, after reviewing the state-of-the-art methods, we developed a multimodal feature extraction network by combining protein sequences and drug molecules, along with protein-protein interaction networks and drug-drug interaction networks. The results show it performs significantly better than the comparable state-of-the-art approaches.


Subject(s)
Knowledge , Machine Learning , Amino Acid Sequence , Drug Interactions , Entropy
3.
Bioinformatics ; 39(8)2023 08 01.
Article in English | MEDLINE | ID: mdl-37467066

ABSTRACT

MOTIVATION: Screening bioactive compounds in cancer cell lines receive more attention. Multidisciplinary drugs or drug combinations have a more effective role in treatments and selectively inhibit the growth of cancer cells. RESULTS: Hence, we propose a new deep learning-based approach for drug combination synergy prediction called DeepTraSynergy. Our proposed approach utilizes multimodal input including drug-target interaction, protein-protein interaction, and cell-target interaction to predict drug combination synergy. To learn the feature representation of drugs, we have utilized transformers. It is worth noting that our approach is a multitask approach that predicts three outputs including the drug-target interaction, its toxic effect, and drug combination synergy. In our approach, drug combination synergy is the main task and the two other ones are the auxiliary tasks that help the approach to learn a better model. In the proposed approach three loss functions are defined: synergy loss, toxic loss, and drug-protein interaction loss. The last two loss functions are designed as auxiliary losses to help learn a better solution. DeepTraSynergy outperforms the classic and state-of-the-art models in predicting synergistic drug combinations on the two latest drug combination datasets. The DeepTraSynergy algorithm achieves accuracy values of 0.7715 and 0.8052 (an improvement over other approaches) on the DrugCombDB and Oncology-Screen datasets, respectively. Also, we evaluate the contribution of each component of DeepTraSynergy to show its effectiveness in the proposed method. The introduction of the relation between proteins (PPI networks) and drug-protein interaction significantly improves the prediction of synergistic drug combinations. AVAILABILITY AND IMPLEMENTATION: The source code and data are available at https://github.com/fatemeh-rafiei/DeepTraSynergy.


Subject(s)
Deep Learning , Neoplasms , Humans , Software , Neoplasms/drug therapy , Algorithms , Drug Combinations , Proteins
4.
J Chem Inf Model ; 64(7): 2577-2585, 2024 Apr 08.
Article in English | MEDLINE | ID: mdl-38514966

ABSTRACT

Drug synergy prediction plays a vital role in cancer treatment. Because experimental approaches are labor-intensive and expensive, computational-based approaches get more attention. There are two types of computational methods for drug synergy prediction: feature-based and similarity-based. In feature-based methods, the main focus is to extract more discriminative features from drug pairs and cell lines to pass to the task predictor. In similarity-based methods, the similarities among all drugs and cell lines are utilized as features and fed into the task predictor. In this work, a novel approach, called CFSSynergy, that combines these two viewpoints is proposed. First, a discriminative representation is extracted for paired drugs and cell lines as input. We have utilized transformer-based architecture for drugs. For cell lines, we have created a similarity matrix between proteins using the Node2Vec algorithm. Then, the new cell line representation is computed by multiplying the protein-protein similarity matrix and the initial cell line representation. Next, we compute the similarity between unique drugs and unique cells using the learned representation for paired drugs and cell lines. Then, we compute a new representation for paired drugs and cell lines based on the similarity-based features and the learned features. Finally, these features are fed to XGBoost as a task predictor. Two well-known data sets were used to evaluate the performance of our proposed method: DrugCombDB and OncologyScreen. The CFSSynergy approach consistently outperformed existing methods in comparative evaluations. This substantiates the efficacy of our approach in capturing complex synergistic interactions between drugs and cell lines, setting it apart from conventional similarity-based or feature-based methods.


Subject(s)
Algorithms , Computational Biology , Computational Biology/methods , Cell Line
5.
BMC Bioinformatics ; 22(1): 204, 2021 Apr 20.
Article in English | MEDLINE | ID: mdl-33879050

ABSTRACT

BACKGROUND: Drug-target interaction (DTI) plays a vital role in drug discovery. Identifying drug-target interactions related to wet-lab experiments are costly, laborious, and time-consuming. Therefore, computational methods to predict drug-target interactions are an essential task in the drug discovery process. Meanwhile, computational methods can reduce search space by proposing potential drugs already validated on wet-lab experiments. Recently, deep learning-based methods in drug-target interaction prediction have gotten more attention. Traditionally, DTI prediction methods' performance heavily depends on additional information, such as protein sequence and molecular structure of the drug, as well as deep supervised learning. RESULTS: This paper proposes a method based on deep unsupervised learning for drug-target interaction prediction called AutoDTI++. The proposed method includes three steps. The first step is to pre-process the interaction matrix. Since the interaction matrix is sparse, we solved the sparsity of the interaction matrix with drug fingerprints. Then, in the second step, the AutoDTI approach is introduced. In the third step, we post-preprocess the output of the AutoDTI model. CONCLUSIONS: Experimental results have shown that we were able to improve the prediction performance. To this end, the proposed method has been compared to other algorithms using the same reference datasets. The proposed method indicates that the experimental results of running five repetitions of tenfold cross-validation on golden standard datasets (Nuclear Receptors, GPCRs, Ion channels, and Enzymes) achieve good performance with high accuracy.


Subject(s)
Drug Development , Unsupervised Machine Learning , Algorithms , Amino Acid Sequence , Drug Discovery
6.
Bioinformatics ; 36(17): 4633-4642, 2020 11 01.
Article in English | MEDLINE | ID: mdl-32462178

ABSTRACT

MOTIVATION: An essential part of drug discovery is the accurate prediction of the binding affinity of new compound-protein pairs. Most of the standard computational methods assume that compounds or proteins of the test data are observed during the training phase. However, in real-world situations, the test and training data are sampled from different domains with different distributions. To cope with this challenge, we propose a deep learning-based approach that consists of three steps. In the first step, the training encoder network learns a novel representation of compounds and proteins. To this end, we combine convolutional layers and long-short-term memory layers so that the occurrence patterns of local substructures through a protein and a compound sequence are learned. Also, to encode the interaction strength of the protein and compound substructures, we propose a two-sided attention mechanism. In the second phase, to deal with the different distributions of the training and test domains, a feature encoder network is learned for the test domain by utilizing an adversarial domain adaptation approach. In the third phase, the learned test encoder network is applied to new compound-protein pairs to predict their binding affinity. RESULTS: To evaluate the proposed approach, we applied it to KIBA, Davis and BindingDB datasets. The results show that the proposed method learns a more reliable model for the test domain in more challenging situations. AVAILABILITY AND IMPLEMENTATION: https://github.com/LBBSoft/DeepCDA.


Subject(s)
Neural Networks, Computer , Proteins , Drug Discovery
7.
J Chem Inf Model ; 59(11): 4528-4539, 2019 11 25.
Article in English | MEDLINE | ID: mdl-31661955

ABSTRACT

The main problem of small molecule-based drug discovery is to find a candidate molecule with increased pharmacological activity, proper ADME, and low toxicity. Recently, machine learning has driven a significant contribution to drug discovery. However, many machine learning methods, such as deep learning-based approaches, require a large amount of training data to form accurate predictions for unseen data. In lead optimization step, the amount of available biological data on small molecule compounds is low, which makes it a challenging problem to apply machine learning methods. The main goal of this study is to design a new approach to handle these situations. To this end, source assay (auxiliary assay) knowledge is utilized to learn a better model to predict the property of new compounds in the target assay. Up to now, the current approaches did not consider that source and target assays are adapted to different target groups with different compounds distribution. In this paper, we propose a new architecture by utilizing graph convolutional network and adversarial domain adaptation network to tackle this issue. To evaluate the proposed approach, we applied it to Tox21, ToxCast, SIDER, HIV, and BACE collections. The results showed the effectiveness of the proposed approach in transferring the related knowledge from source to target data set.


Subject(s)
Drug Discovery/methods , Small Molecule Libraries/pharmacology , Humans , Knowledge Bases , Machine Learning , Neural Networks, Computer , Small Molecule Libraries/chemistry , Small Molecule Libraries/toxicity , Software
8.
PLoS One ; 19(7): e0307649, 2024.
Article in English | MEDLINE | ID: mdl-39058696

ABSTRACT

Cancer treatment has become one of the biggest challenges in the world today. Different treatments are used against cancer; drug-based treatments have shown better results. On the other hand, designing new drugs for cancer is costly and time-consuming. Some computational methods, such as machine learning and deep learning, have been suggested to solve these challenges using drug repurposing. Despite the promise of classical machine-learning methods in repurposing cancer drugs and predicting responses, deep-learning methods performed better. This study aims to develop a deep-learning model that predicts cancer drug response based on multi-omics data, drug descriptors, and drug fingerprints and facilitates the repurposing of drugs based on those responses. To reduce multi-omics data's dimensionality, we use autoencoders. As a multi-task learning model, autoencoders are connected to MLPs. We extensively tested our model using three primary datasets: GDSC, CTRP, and CCLE to determine its efficacy. In multiple experiments, our model consistently outperforms existing state-of-the-art methods. Compared to state-of-the-art models, our model achieves an impressive AUPRC of 0.99. Furthermore, in a cross-dataset evaluation, where the model is trained on GDSC and tested on CCLE, it surpasses the performance of three previous works, achieving an AUPRC of 0.72. In conclusion, we presented a deep learning model that outperforms the current state-of-the-art regarding generalization. Using this model, we could assess drug responses and explore drug repurposing, leading to the discovery of novel cancer drugs. Our study highlights the potential for advanced deep learning to advance cancer therapeutic precision.


Subject(s)
Deep Learning , Drug Repositioning , Drug Repositioning/methods , Humans , Antineoplastic Agents/therapeutic use , Antineoplastic Agents/pharmacology , Neoplasms/drug therapy , Computational Biology/methods , Machine Learning , Multiomics
9.
Heliyon ; 9(7): e17653, 2023 Jul.
Article in English | MEDLINE | ID: mdl-37455955

ABSTRACT

Precise prognostic classification of patients and identifying survival subgroups and their associated genes can be important clinical references when designing treatment strategies for cancer patients. Multi-omics and data integration techniques are powerful tools to achieve this goal. This study aimed to introduce a machine learning method to integrate three types of biological data, and investigate the performance of two other methods, in identifying the survival dependency of patients. The data included TCGA RNA-seq gene expression, DNA methylation, and clinical data from 368 patients with colon cancer also we use an independent external validation data set, containing 232 samples. Three methods including, hyper-parameter optimized autoencoders (HPOAE), normal autoencoder, and penalized principal component analysis (PPCA) were used for simultaneous data integration and estimation under a COX hazards model. The HPOAE was thought to outperform other methods. The HPOAE had the Log Rank Mantel-Cox value of 14.27 ± 2, and a Breslow-Generalized Wilcoxon value of 13.13 ± 1. Ten miRNA, 11 methylated genes, and 28 mRNA all by (importance of marginal cutoff > 0.95) were identified. The study demonstrated that hsa-miR-485-5p targets both ZMYM1 and tp53, the latter of which has been previously associated with cancer in numerous studies. Furthermore, compared to other methods, the HPOAE exhibited a greater capacity for identifying survival subgroups and the genes associated with them in patients with colon cancer. However, all of the results were obtained by computational methods, and clinical and experimental studies are needed to validate these results.

10.
J Biomol Struct Dyn ; : 1-10, 2023 Dec 12.
Article in English | MEDLINE | ID: mdl-38084744

ABSTRACT

Virtual screening has emerged as a valuable computational tool for predicting compound-protein interactions, offering a cost-effective and rapid approach to identifying potential candidate drug molecules. Current machine learning-based methods rely on molecular structures and their relationship in the network. The former utilizes information such as amino acid sequences and chemical structures, while the latter leverages interaction network data, such as protein-protein interactions, drug-disease interactions, and protein-disease interactions. However, there has been limited exploration of integrating molecular information with interaction networks. This study presents DeepCompoundNet, a deep learning-based model that integrates protein features, drug properties, and diverse interaction data to predict chemical-protein interactions. DeepCompoundNet outperforms state-of-the-art methods for compound-protein interaction prediction, as demonstrated through performance evaluations. Our findings highlight the complementary nature of multiple interaction data, extending beyond amino acid sequence homology and chemical structure similarity. Moreover, our model's analysis confirms that DeepCompoundNet gets higher performance in predicting interactions between proteins and chemicals not observed in the training samples.Communicated by Ramaswamy H. Sarma.

11.
Curr Med Chem ; 28(11): 2100-2113, 2021.
Article in English | MEDLINE | ID: mdl-32895036

ABSTRACT

Drug-target Interactions (DTIs) prediction plays a central role in drug discovery. Computational methods in DTIs prediction have gained more attention because carrying out in vitro and in vivo experiments on a large scale is costly and time-consuming. Machine learning methods, especially deep learning, are widely applied to DTIs prediction. In this study, the main goal is to provide a comprehensive overview of deep learning-based DTIs prediction approaches. Here, we investigate the existing approaches from multiple perspectives. We explore these approaches to find out which deep network architectures are utilized to extract features from drug compound and protein sequences. Also, the advantages and limitations of each architecture are analyzed and compared. Moreover, we explore the process of how to combine descriptors for drug and protein features. Likewise, a list of datasets that are commonly used in DTIs prediction is investigated. Finally, current challenges are discussed and a short future outlook of deep learning in DTI prediction is given.


Subject(s)
Deep Learning , Pharmaceutical Preparations , Amino Acid Sequence , Drug Development , Humans , Proteins
12.
J Adv Med Educ Prof ; 5(1): 42-48, 2017 Jan.
Article in English | MEDLINE | ID: mdl-28124020

ABSTRACT

INTRODUCTION: The information literacy status and the use of information technology among students in the globalization age of course plans are very momentous. This study aimed to evaluate the information literacy status and use of information technology among medical students of Shiraz University of Medical Sciences in 2013. METHODS: This was a descriptive-analytical study with cross-sectional method. The study population consisted of all medical students (physiopathology, externship and internship) studying at Shiraz University of Medical Sciences. The sample size (n=310) was selected by systematic random sampling. The tool of data gathering was LASSI questionnaire (assigned by America research association) with 48 closed items in five-point LIKERT scale. The questionnaire included two distinct parts of demographic questions and the information literacy skills based on the standards of information literacy capacities for academic education. The content validity was acquired by professors' and experts' comments. The reliability was also calculated by Cronbach'salpha (0.85). Data were analyzed in both descriptive (frequency- mean) and analytical level (t-test, analysis of variance) using SPSS 14 software. RESULTS: 60.3% of the participants were females, and the remaining (29.7%) were males. The mean score of information literacy and its five subgroups among the students weren't at a desirable level. The mean scores of information literacy for educational grades from the highest to lowest belonged to the internship, physiopathology and externship. The results showed that the highest average was related to the effective access ability to information among interns (9.27±3.57) and the lowest one was related to the ability of understanding legal and economical cases related with using information among externs (3.11±1.32).The results of ANOVA showed that there wasn't a significant difference between educational grades and information literacy. Finally, the result of independent t-test did not show a significant difference between the two genders in information literacy. CONCLUSION: Regarding the importance of information literacy for medical students and undesirable status of information literacy among students, the current educational plans will need to be revised.

SELECTION OF CITATIONS
SEARCH DETAIL