Skip to content

CMATERJU-BIOINFO/In-Silico-Drug-Repurposing-Methodology-To-Suggest-Therapies-For-Emerging-Threats-like-Mpox

Repository files navigation

Insilico drug repurposing for viral threats

Slide1

Slide2

Monkeypox (Mpox), a zoonotic illness triggered by the monkeypox virus (MPXV), poses a significant threat since it may be transmitted and has no cure. This work introduces a computational method to predict Protein-Protein Interactions (PPIs) during MPXV infection. The objective is to discover prospective drug targets and repurpose current potential Food and Drug Administration (FDA) drugs for therapeutic purposes. In this work, ensemble features, comprising 2-5 node graphlet attributes and protein composition-based features are utilized for Deep Learning (DL) models to predict PPIs. The technique that is used here demonstrated an excellent prediction performance for PPI on both the Human Integrated Protein-Protein Interaction Reference (HIPPIE) and MPXV-Human PPI datasets. In addition, the human protein targets for MPXV have been identified accurately along with the detection of possible therapeutic targets. Furthermore, the validation process included conducting docking research studies on potential FDA drugs like NADH, Fostamatinib, Glutamic acid, Cannabidiol, Copper, and Zinc in DrugBank identified via research on drug repurposing and the Drug Consensus Score (DCS) for MPXV. This has been achieved by employing the primary crystal structures of MPXV, which are now accessible. The results of our study emphasize the effectiveness of using ensemble feature-based PPI prediction to understand the molecular processes involved in viral infection and to aid in the development of repurposed drugs for emerging infectious diseases such as, but not limited to, Mpox.

Repository Contents

Data directory

It contains all the data files referred to by our code to run our proposed model and conduct the experiments.

a) Edge.csv - The protein interaction pairs of the HIPPIE dataset.

b) Edge_combined.csv - The protein interaction pairs of the MPXV-Human dataset.

c) train_edge_pos_data.csv - positive edge index file (HIPPIE dataset) to train the model.

d) train_edge_neg_data.csv - negative edge index file (HIPPIE dataset) to train the model.

e) test_edge_pos_data.csv - positive edge index file (HIPPIE dataset) to test the model.

f) test_edge_neg_data.csv - negative edge index file (HIPPIE dataset) to test the model.

g) combined_train_edge_pos_data.csv - positive edge index file (MPXV-Human dataset) to train the model.

h) combined_train_edge_neg_data.csv - negative edge index file (MPXV-Human dataset) to train the model.

i) combined_test_edge_pos_data.csv - positive edge index file (MPXV-Human dataset) to test the model.

j) combined_test_edge_neg_data.csv - negative edge index file (MPXV-Human dataset) to test the model.

k) prot_id_data.xlsx - file containing protein id to index mapping for HIPPIE dataset.

l) MP_Hippie_combined.xlsx - file containing protein id to index mapping for MPXV-Human dataset.

m) Hippie_data_out.csv - file containing the 73-dimensional graphlet features for the HIPPIE dataset.

n) combined_graphlet.csv - file containing the 73-dimensional graphlet features for the MPXV-Human dataset.

o) pfeature_hippie_plus_monkey_0.13.csv - file containing the 196-dimensional composition-based features for the MPXV-Human dataset.

p) combined_graphlet_plus_pfeature_0.13.csv - file containing the 269-dimensional ensembled features for the MPXV-Human dataset.

q) pfeature.csv - file containing the 976-dimensional composition-based features for the MPXV-Human dataset.

code directory

It contains all the .ipynb code files. There are the following subfolders -

a) various_feature_selection_comparison_experiments -

It contains the .ipynb files to compare the performance of various feature selection techniques like FastICA, PCA, and Variance threshold with 0.13 as the variance parameter (proposed) on the HIPPIE dataset. The name of the files is in the format 'ensemble_pfeature_graphlet_hippie_XXX.ipynb' where XXX signifies pca, ica and 0.13 for the three feature selection methods mentioned earlier.

b) feature_selection_pfeature -

It contains the .ipynb files to compare the performance of the variance threshold feature selection technique with different variance parameters ranging from 0.13 to 0.20 on the HIPPIE dataset with only composition-based features. The name of the files is in the format 'WD_pfeature_X_XX_hippie.ipynb' where X_XX signifies the range from 0_05 to 0_20 for the different variance threshold parameters ranging from 0.13 to 0.20 mentioned earlier.

c) ensembled_graphlet_plus_pfeatures_on_hippie_code -

It contains the .ipynb files to compare the performance of the variance threshold feature selection technique with different variance parameters ranging from 0.13 to 0.20 on the HIPPIE dataset with ensembled graphlet along with composition-based features. The name of the files is in the format 'ensemble_pfeature_graphlet_hippie_X.XX.ipynb' where X.XX signifies the range from 0_05 to 0_20 for the different variance threshold parameters ranging from 0.13 to 0.20 mentioned earlier.

d) various_gnn_models_comparison_experiments -

It contains the .ipynb files to compare the performance of various Graph Neural Network(GNN) models like GAT, GCN, and GraphSAGE (proposed) on the HIPPIE dataset. The name of the files is in the format 'ensemble_pfeature_graphlet_hippie_XXX.ipynb' where XXX signifies gcn, gat and 0.13 for the three GNN models mentioned earlier.

e) various_node_features_comparison_experiments -

It contains the .ipynb files for the experiments on HIPPIE dataset with different node features like ensemble_pfeature_graphlet_hippie_0.13.ipynb (considering graphlet and composition-based features with a Variance threshold of 0.13) , WD_pfeature_0_13_hippie.ipynb (considering only composition-based features with a Variance threshold of 0.13) and, graphlet_hippie6.ipynb (considering only 73-dimensional graphlet features (upto 5 nodes)).

f) MPXV-Human experiment code -

It contains the .ipynb files for the experiments on MPXV-Human dataset with different node features like combined_train_ensemble_0_13.ipynb (considering graphlet and composition-based features with a Variance threshold of 0.13) , combined_train_pfeature_0_13.ipynb (considering only composition-based features with a Variance threshold of 0.13) and, combined_train_graphlet2.ipynb (considering only 73-dimensional graphlet features (upto 5 nodes)).

Drug_repurposing_analysis directory

It contains all the input required for computing the Drug consensus score and the generated output files.

Executable file:- DCSS.py

Input Files:-

a) DrugBank.txt - contains the mapping of human protein and their drug targets.

b) trgts dbrti.txt - contains the human protein IDs successfully identified as interacting with MPXV by our proposed model.

c) drugbank idnamemapping.txt - contains the mapping of Drugbank ID and their corresponding drug name.

Output Files:-

d) Spreaders_drug_map.txt - returns the drugbank ID of the matched drugs of our MPXV targetted Human proteins(mentioned in trgts dbrti.txt)

e) Spreader_drug_name.txt - returns the drug name of the corresponding drug IDs of Output file Spreaders_drug_map.txt.

f) Spreader_drug_frequency.txt (final output) - returns the frequency of occurrence of each drug in Spreader_drug_name.txt.

Molecular_docking_results directory

It contains all the output files generated by molecular docking of the top four Level I drugs using the AutoDockVina suite. Each file contains the docking results like the affinity (kcal/mol) and dist from the best mode for 9 binding poses.

a) Cannabidiol_DB09061_log.txt - contains docking result of Cannabidiol

b) Fostamatinib_log.txt - contains docking result of Fostamatinib

c) Glutamic_Acid__DB00142_log.txt - contains docking result of Glutamic_Acid

d) NADH_log.txt - contains docking result of NADH

Usage

Step 1-

Upload Required files to Specified Path: Place all the necessary files on any specified path. For example, in the code if the path is mentioned as excel_file = "/content/drive/MyDrive/GSPPI/prot_id_data.xlsx", then the prot_id_data.xlsx file has been uploaded in Google drive -> GSPPI folder.

Step 2-

Update Path in IPython Notebook: Open the IPython Notebook (*.ipynb) file in an environment that supports Jupyter Notebooks. Update the path of the dataset and other input files in the code to specify the path where the required files (mentioned in that .ipynb file which is going to be executed) have been uploaded in Step 1. Also, the path where the model is to be saved needs to be updated in the code. This typically involves modifying a variable or string representing the path.

Step 3-

Run the Notebook: Execute the cells in the IPython Notebook sequentially. Ensure that all the necessary dependencies are installed in your environment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published