Skip to content

GraPharm-ML/grapharm

Repository files navigation

GraPharm

Open In Colab Page

GraPharm aims to learn new biological links between diseases, compounds, genes, pathways, biological process, etc. to unveil the hidden biological relations, accelerating drug discovery.

Prerequisites

To run the code in this respository, make sure you have installed Miniconda/Anaconda. Then, follow these steps to install the required packages:

  • Download this repo: git clone https://github.com/GraPharm-ML/grapharm
  • Change dir to grapharm folder.
  • Install required packages inside virtual environment: bash install.sh
  • Later for new updates in the package: pip install -e .

Streamlit application

To run application: streamlit run GraPharm_streamlit.py

Notebooks

To add conda virlenv to Jupyter kernel, first activate the grapharm env then type: python -m ipykernel install --user --name grapharm

References

Acknowledgement

  • Thank Totoro for very useful discussions about state-of-the-art methods for Graph Reasoning