https://github.com/pegerto/graphpro
GraphPro is a versatile and pluggable OO python library designed for leveraging deep graph learning representations to gain insights into structural proteins and their conformations
https://github.com/pegerto/graphpro
deep-learning graph-convolutional-networks network-embedding
Last synced: 3 months ago
JSON representation
GraphPro is a versatile and pluggable OO python library designed for leveraging deep graph learning representations to gain insights into structural proteins and their conformations
- Host: GitHub
- URL: https://github.com/pegerto/graphpro
- Owner: pegerto
- License: gpl-3.0
- Created: 2022-12-28T18:45:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T21:01:35.000Z (about 1 year ago)
- Last Synced: 2025-12-15T04:29:26.878Z (6 months ago)
- Topics: deep-learning, graph-convolutional-networks, network-embedding
- Language: Python
- Homepage: https://graphpro.readthedocs.io/en/latest/
- Size: 2.27 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# GraphPro
[](https://graphpro.readthedocs.io/en/latest/?badge=latest)
[](https://github.com/pegerto/graphpro/actions/workflows/python-app.yml)
GraphPro is a versatile and pluggable OO python library designed for leveraging deep graph learning representations to gain insights into structural proteins and their conformations. With its wide range of functionalities, we provide a comprehensive framework for researchers and practitioners to explore and analyze complex protein structures.
GraphPro harnesses the power of deep learning techniques specifically tailored for graph data, enabling users to capture and model intricate relationships within protein structures. By representing proteins as graphs, where nodes correspond to atoms and edges denote pairwise interactions, DeepGraph facilitates the extraction of valuable structural information.
One of the key advantages of GraphPro is its pluggable nature, which allows users to seamlessly integrate different components and modules. This flexibility empowers researchers to experiment with various deep learning architectures, graph neural networks, and graph representation learning methods. Users can easily customize and combine these modules to fit their specific research needs and optimize their analyses.
# Installation
Using pip:
```
pip install graphpro
```
# Documentation
You can access the documentation of this packages under the following link: [Read the docs](https://graphpro.readthedocs.io)
# How to cite
```
Fernandez. P, Dantu, S.C, Pandini. A. "GraphPro: a python framework for protein deep geometrical learning". 2023
```