https://github.com/bayer-group/eqgat

Research repository for the proposed equivariant graph attention network that operates on large biomolecules proposed by Le et al. (2022)

https://github.com/bayer-group/eqgat

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.9%) to scientific vocabulary

Keywords

deeplearning graphneuralnetwork neural-network protein-structure
Last synced: 5 months ago · JSON representation

Repository

Research repository for the proposed equivariant graph attention network that operates on large biomolecules proposed by Le et al. (2022)

Basic Info
  • Host: GitHub
  • Owner: Bayer-Group
  • License: bsd-3-clause
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 455 KB
Statistics
  • Stars: 20
  • Watchers: 4
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
deeplearning graphneuralnetwork neural-network protein-structure
Created about 3 years ago · Last pushed about 3 years ago
Metadata Files
Readme Contributing License Codeowners

README.md

Representation Learning on Biomolecular Structures using Equivariant Graph Attention

Pytorch implementation for the manuscript Representation Learning on Biomolecular Structures using Equivariant Graph Attention presented at the Machine Learning For Structural Biology Workshop at NeurIPS 2022 (short paper) as well as in the Learning On Graphs Conference 2022 as full-length conference paper.

Overview

Here we provide benchmark scripts for our experiments on the EQGAT architecture. Make sure to install the eqgat library.

git clone https://github.com/Bayer-Group/eqgat.git cd eqgat

This repository is organised as follows:

  • eqgat/ contains the implementation of the Equivariant Graph Attention Model with all required submodules. Additionally, we provide implementations of other recent 3D Graph Neural Networks.
  • experiments/ contains the 5 python training-scripts from the ATOM3D and 1 synthetic datasets. To execute each training script, please refer to the corresponding README.md in the sub-directories.

Installation with GPU support

```

install the conda environment

conda env create -f environment.yml conda activate eqgat pip install -e . ```

Experiments

All experiments presented in the paper can be found in the experiments/ directory.
Make sure to download all requested public datasets from ATOM3D as described in the corresponding READMEs.

Example

A minimal example using the proposed SO(3) equivariant graph attention network can be found in eqgat/README.md

License

Code is available under BSD 3-Clause License.

Reference

If you make use of our model architecture, please cite our full-length manuscript:

T. Le et al., Representation Learning on Biomolecular Structures using Equivariant Graph Attention. Proceedings of the First Learning on Graphs Conference (LoG 2022), PMLR 198, Virtual Event, December 9–12, 2022.

@inproceedings{ le2022representation, title={Representation Learning on Biomolecular Structures using Equivariant Graph Attention}, author={Tuan Le and Frank Noe and Djork-Arn{\'e} Clevert}, booktitle={Learning on Graphs Conference}, year={2022}, url={https://openreview.net/forum?id=kv4xUo5Pu6} }

Owner

  • Name: Bayer Open Source
  • Login: Bayer-Group
  • Kind: organization

Science for a better life

GitHub Events

Total
  • Watch event: 3
Last Year
  • Watch event: 3

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 2
  • Total Committers: 1
  • Avg Commits per committer: 2.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
tuanle618 t****e@h****e 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

environment.yml pypi
  • atom3d ==0.2.6
  • biopandas ==0.4.1
  • e3nn ==0.5.0