https://github.com/borgwardtlab/proteinshake
Protein structure datasets for machine learning.
https://github.com/borgwardtlab/proteinshake
Last synced: 11 months ago
JSON representation
Protein structure datasets for machine learning.
- Host: GitHub
- URL: https://github.com/borgwardtlab/proteinshake
- Owner: BorgwardtLab
- License: bsd-3-clause
- Created: 2022-06-24T14:35:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T06:37:06.000Z (about 2 years ago)
- Last Synced: 2024-04-22T07:44:19.536Z (about 2 years ago)
- Language: Python
- Homepage: https://proteinshake.ai
- Size: 62.7 MB
- Stars: 81
- Watchers: 5
- Forks: 5
- Open Issues: 84
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Important note: ProteinShake has broadened its scope and is continued in other repositories
Check out our latest work on the bioverse (all biomolecules) and rnaglib (for RNA)
We will continue to maintain existing functionality in this repository, please submit issues or PRs with any bugs or suggestions.
---

[](https://pypi.org/project/proteinshake/)
[](https://proteinshake.readthedocs.io/en/latest/?badge=latest)
[](https://pypi.org/project/proteinshake/)
[](https://codecov.io/gh/BorgwardtLab/proteinshake)
Quickstart
Website
Documentation
Paper
Contribute
Leaderboard
Tutorials
### ProteinShake provides one-liner imports of large scale, preprocessed protein structure datasets and tasks for various model types and frameworks.
We provide a collection of preprocessed and cleaned protein 3D structure datasets from RCSB and AlphaFoldDB, including annotations. Structures are easily converted to graphs, voxels, or point clouds and loaded natively into PyTorch, TensorFlow, NumPy, JAX, PyTorch Geometric, DGL and NetworkX. The task API enables standardized benchmarking on a variety of tasks on protein and residue level.
Find more information on the Website and the Documentation, or check out the Tutorials. The results of the paper and the baseline models can be found in the Evaluation Repository. If you would like to create your own release, see the Release Repository.
**Installation:**
```
pip install proteinshake
```
*Code in this repository is licensed under [BSD-3](https://github.com/BorgwardtLab/proteinshake/blob/main/LICENSE), the dataset files on Zenodo are licensed under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).*
*To build ProteinShake, we obtained and modified data from various sources. Please see the documentation of the respective dataset classes for a reference to the original data, license, and paper.*