https://github.com/chiang-yuan/prodar

PyTorch implementation of Protein Dynamically Activated Residues (ProDAR) for dyamics-informed protein function prediction/annotation

https://github.com/chiang-yuan/prodar

Science Score: 36.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
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.0%) to scientific vocabulary

Keywords

deep-learning graph-neural-networks protein pytorch
Last synced: 10 months ago · JSON representation

Repository

PyTorch implementation of Protein Dynamically Activated Residues (ProDAR) for dyamics-informed protein function prediction/annotation

Basic Info
Statistics
  • Stars: 5
  • Watchers: 1
  • Forks: 2
  • Open Issues: 0
  • Releases: 0
Topics
deep-learning graph-neural-networks protein pytorch
Created over 4 years ago · Last pushed over 3 years ago
Metadata Files
Readme

README.md

ProDAR

ProDAR enhances protien function prediction and extracts Dynamically Activated Residues (DARs) using the dynamical information obtained from normal mode analysis (NMA). The code is published with Encoding protein dynamic information in graph representation for functional residue identification.

[arXiv] [CRPS]

Hierarchy

├── data │   ├── data-graphs.ipynb │   ├── data-graphs.py │   ├── data-sifts.ipynb │   ├── data-sifts.py │   ├── graphs-10A │   ├── nma-anm │   ├── pdbs │   ├── pis │   └── sifts │   ├── mf_go_codes-allcnt.dat │   ├── mf_go_codes-thres-50.dat │   ├── mf_go_codes-thres-50.npy │   ├── pdb_chains.dat │   ├── pdbmfgos-thres-50.json │   ├── sifts-err-1.log │   └── sifts-err-2.log ├── datasets │   └── dataset.py ├── evaluation_kfold.py ├── experiment_kfold.py ├── models │   └── multilabel_classifiers │   ├── GAT.py │   ├── GCN.py │   └── GraphSAGE.py ├── prodar-env.yml └── prodar.py

Environment

  1. Clone environment from prodar-env.yml using miniconda: bash conda env create -f environment.yml

  2. Install PyG package via pip wheel: bash pip install torch-scatter -f https://data.pyg.org/whl/torch-${TORCH}+${CUDA}.html pip install torch-sparse -f https://data.pyg.org/whl/torch-${TORCH}+${CUDA}.html pip install torch-geometric where ${TORCH} and ${CUDA} should be repalced by the PyTorch and CUDA version (TORCH=1.10.0 and CUDA=cu113 for this specific environment).

  3. Extra packages (if not installed by previous steps) may be installed via pip wheel.

Data

To preprocess data and generate protein graphs, execute the first script to download raw data from RCSB PDB search API and PDBe SIFTS API, and execute the second script to export filtered PDB and GO entries as JSON graphs.

  1. Execute data-sifts.py python data-sifts.py
  2. Execute data-graphs.py python data-graphs.py > For the above two steps, *.ipynb files are provided for markdown and optional visualization when jupyter lab/notebook is used.

Run

Experiment (currently only k-fold cross validation)

python experiment_kfold.py <options>

Evaluation (currently execute all saved models in history/)

python evaluation_kfold.py

Citing

If you happen to use the scripts, analyses, models, results or partial snippet of this work and find it useful, please cite the associated paper Bibtex @article{chiang2022encoding, title={Encoding protein dynamic information in graph representation for functional residue identification}, author={Chiang, Yuan and Hui, Wei-Han and Chang, Shu-Wei}, journal={Cell Reports Physical Science}, volume={3}, number={7}, pages={100975}, year={2022}, publisher={Elsevier} }

License

TBD

Owner

  • Name: Yuan Chiang
  • Login: chiang-yuan
  • Kind: user
  • Location: Berkeley
  • Company: UC Berkeley

GitHub Events

Total
Last Year

Committers

Last synced: 12 months ago

All Time
  • Total Commits: 18
  • Total Committers: 2
  • Avg Commits per committer: 9.0
  • Development Distribution Score (DDS): 0.444
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Yuan Chiang q****t@g****m 10
Yuan Chiang 4****n 8

Issues and Pull Requests

Last synced: 12 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