https://github.com/chiang-yuan/prodar
PyTorch implementation of Protein Dynamically Activated Residues (ProDAR) for dyamics-informed protein function prediction/annotation
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
Repository
PyTorch implementation of Protein Dynamically Activated Residues (ProDAR) for dyamics-informed protein function prediction/annotation
Basic Info
- Host: GitHub
- Owner: chiang-yuan
- Language: Python
- Default Branch: main
- Homepage: https://www.cell.com/cell-reports-physical-science/fulltext/S2666-3864(22)00261-2
- Size: 1.03 MB
Statistics
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
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.
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
Clone environment from
prodar-env.ymlusing miniconda:bash conda env create -f environment.ymlInstall 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-geometricwhere${TORCH}and${CUDA}should be repalced by the PyTorch and CUDA version (TORCH=1.10.0andCUDA=cu113for this specific environment).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.
- Execute
data-sifts.pypython data-sifts.py - Execute
data-graphs.pypython data-graphs.py> For the above two steps,*.ipynbfiles 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
- Website: https://chiang-yuan.github.io
- Twitter: cyrusyc_tw
- Repositories: 2
- Profile: https://github.com/chiang-yuan
GitHub Events
Total
Last Year
Committers
Last synced: 12 months ago
Top Committers
| Name | 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