Protein Interaction Network-based Deep Learning Framework for Identifying Disease-Associated Human Proteins
Please download and unzip 'Executable.zip'.
The extracted folder 'Executable' consists of the following files:
- hplg.features --> File storing the topological features' measures for all the nodes/proteins of the HPLG.
- label.pkl --> File storing the labels (Control/Disease) corresponding to each protein.
- network_wcc.pkl --> File storing the HPLG network.
- nodes.pkl --> File containing the list of proteins present in the HPLG.
- pindel.pt --> Our trained model.
- pbd.yml --> Conda environment file.
- pbd.py --> Source code.
- Anaconda
For execution, we recommend to create a separate environment in Anaconda. The image of the required environment (pbd.yml
) is given in this package.
First create the environment and activate it by executing the following commands,
conda env create -f pbd.yml
conda activate pbd
Run the pbd.py file.
For any doubts or suggestions please contact [email protected]