├── Data ├── adj_del_4mic_myid.txt ├── dis_sim.txt ├── drug_smiles_270.csv └── mic_sim_NinimHMDA.txt ├── MCHNN_Supplementary_excel_tables.xlsx ├── MCHNN_Supplementary_materials.pdf ├── README.md ├── Utils ├── Tools2.py ├── process_smiles.py ├── right_negative_sample_generate.py └── utils_.py ├── figure └── model.png ├── main_cv_hyper_graph.py ├── main_indep_hyper_graph.py └── model_hyper_graph.py /Data/adj_del_4mic_myid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liuluotao/MCHNN/HEAD/Data/adj_del_4mic_myid.txt -------------------------------------------------------------------------------- /Data/dis_sim.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liuluotao/MCHNN/HEAD/Data/dis_sim.txt -------------------------------------------------------------------------------- /Data/drug_smiles_270.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liuluotao/MCHNN/HEAD/Data/drug_smiles_270.csv -------------------------------------------------------------------------------- /Data/mic_sim_NinimHMDA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liuluotao/MCHNN/HEAD/Data/mic_sim_NinimHMDA.txt -------------------------------------------------------------------------------- /MCHNN_Supplementary_excel_tables.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liuluotao/MCHNN/HEAD/MCHNN_Supplementary_excel_tables.xlsx -------------------------------------------------------------------------------- /MCHNN_Supplementary_materials.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liuluotao/MCHNN/HEAD/MCHNN_Supplementary_materials.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liuluotao/MCHNN/HEAD/README.md -------------------------------------------------------------------------------- /Utils/Tools2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liuluotao/MCHNN/HEAD/Utils/Tools2.py -------------------------------------------------------------------------------- /Utils/process_smiles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liuluotao/MCHNN/HEAD/Utils/process_smiles.py -------------------------------------------------------------------------------- /Utils/right_negative_sample_generate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liuluotao/MCHNN/HEAD/Utils/right_negative_sample_generate.py -------------------------------------------------------------------------------- /Utils/utils_.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liuluotao/MCHNN/HEAD/Utils/utils_.py -------------------------------------------------------------------------------- /figure/model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liuluotao/MCHNN/HEAD/figure/model.png -------------------------------------------------------------------------------- /main_cv_hyper_graph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liuluotao/MCHNN/HEAD/main_cv_hyper_graph.py -------------------------------------------------------------------------------- /main_indep_hyper_graph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liuluotao/MCHNN/HEAD/main_indep_hyper_graph.py -------------------------------------------------------------------------------- /model_hyper_graph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liuluotao/MCHNN/HEAD/model_hyper_graph.py --------------------------------------------------------------------------------