proteinshake


Nameproteinshake JSON
Version 0.3.14 PyPI version JSON
download
home_pagehttps://proteinshake.readthedocs.io/en/latest/index.html
SummaryProtein structure datasets for machine learning.
upload_time2023-11-18 19:07:54
maintainer
docs_urlNone
authorTim Kucera, Carlos Oliver, Dexiong Chen, Karsten Borgwardt
requires_python>=3.7
license
keywords bioinformatics deep-learning computational-biology macromolecular-structure
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
<p align="center">
<img src="https://raw.githubusercontent.com/BorgwardtLab/proteinshake/main/docs/images/logo_subtitle.png" width="60%">
</p>

<div align="center">

![build](https://img.shields.io/github/actions/workflow/status/borgwardtlab/proteinshake/build.yml?color=%2303A9F4&style=for-the-badge)
[![pypi](https://img.shields.io/pypi/v/proteinshake?color=%2303A9F4&style=for-the-badge)](https://pypi.org/project/proteinshake/)
[![docs](https://img.shields.io/readthedocs/proteinshake?color=%2303A9F4&style=for-the-badge)](https://proteinshake.readthedocs.io/en/latest/?badge=latest)
[![downloads](https://img.shields.io/pypi/dm/proteinshake?color=%2303A9F4&style=for-the-badge)](https://pypi.org/project/proteinshake/)
[![codecov](https://img.shields.io/codecov/c/gh/BorgwardtLab/proteinshake?color=%2303A9F4&style=for-the-badge&token=0NL6CQZ6MB)](https://codecov.io/gh/BorgwardtLab/proteinshake)
</div>

<p align="center">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="https://borgwardtlab.github.io/proteinshake/#quickstart">Quickstart</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="https://borgwardtlab.github.io/proteinshake">Website</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="https://proteinshake.readthedocs.io/en/latest/?badge=latest">Documentation</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="">Paper</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="https://proteinshake.readthedocs.io/en/latest/notes/contribution.html">Contribute</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="https://borgwardtlab.github.io/proteinshake/#leaderboard">Leaderboard</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="https://proteinshake.readthedocs.io/en/latest/notebooks/dataset.html">Tutorials</a>
</p>

<div align="center">

### 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 <a href="https://borgwardtlab.github.io/proteinshake">Website</a> and the <a href="https://proteinshake.readthedocs.io/en/latest/?badge=latest">Documentation</a>, or check out the <a href="https://proteinshake.readthedocs.io/en/latest/notebooks/dataset.html">Tutorials</a>. The results of the paper and the baseline models can be found in the <a href="https://github.com/BorgwardtLab/ProteinShake_eval">Evaluation Repository</a>. If you would like to create your own release, see the <a href="https://github.com/BorgwardtLab/proteinshake_release">Release Repository</a>.

</br>

**Installation:**

```diff
- This is a pre-release version. There may be unannounced changes to the API and datasets. -
- We expect some bugs as well, please open an issue if you find one. -
```

```
pip install proteinshake
```

</br>

<div align="center">

*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.*

</div>

            

Raw data

            {
    "_id": null,
    "home_page": "https://proteinshake.readthedocs.io/en/latest/index.html",
    "name": "proteinshake",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "bioinformatics,deep-learning,computational-biology,macromolecular-structure",
    "author": "Tim Kucera, Carlos Oliver, Dexiong Chen, Karsten Borgwardt",
    "author_email": "kucera@biochem.mpg.de",
    "download_url": "https://files.pythonhosted.org/packages/bf/9b/340417a7993be9497c1b669ee6f2dbc8820fc0b7731e0361ae71ac73345b/proteinshake-0.3.14.tar.gz",
    "platform": null,
    "description": "\n<p align=\"center\">\n<img src=\"https://raw.githubusercontent.com/BorgwardtLab/proteinshake/main/docs/images/logo_subtitle.png\" width=\"60%\">\n</p>\n\n<div align=\"center\">\n\n![build](https://img.shields.io/github/actions/workflow/status/borgwardtlab/proteinshake/build.yml?color=%2303A9F4&style=for-the-badge)\n[![pypi](https://img.shields.io/pypi/v/proteinshake?color=%2303A9F4&style=for-the-badge)](https://pypi.org/project/proteinshake/)\n[![docs](https://img.shields.io/readthedocs/proteinshake?color=%2303A9F4&style=for-the-badge)](https://proteinshake.readthedocs.io/en/latest/?badge=latest)\n[![downloads](https://img.shields.io/pypi/dm/proteinshake?color=%2303A9F4&style=for-the-badge)](https://pypi.org/project/proteinshake/)\n[![codecov](https://img.shields.io/codecov/c/gh/BorgwardtLab/proteinshake?color=%2303A9F4&style=for-the-badge&token=0NL6CQZ6MB)](https://codecov.io/gh/BorgwardtLab/proteinshake)\n</div>\n\n<p align=\"center\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\n<a href=\"https://borgwardtlab.github.io/proteinshake/#quickstart\">Quickstart</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\n<a href=\"https://borgwardtlab.github.io/proteinshake\">Website</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\n<a href=\"https://proteinshake.readthedocs.io/en/latest/?badge=latest\">Documentation</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\n<a href=\"\">Paper</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\n<a href=\"https://proteinshake.readthedocs.io/en/latest/notes/contribution.html\">Contribute</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\n<a href=\"https://borgwardtlab.github.io/proteinshake/#leaderboard\">Leaderboard</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\n<a href=\"https://proteinshake.readthedocs.io/en/latest/notebooks/dataset.html\">Tutorials</a>\n</p>\n\n<div align=\"center\">\n\n### ProteinShake provides one-liner imports of large scale, preprocessed protein structure datasets and tasks for various model types and frameworks.\n\nWe 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.\n\nFind more information on the <a href=\"https://borgwardtlab.github.io/proteinshake\">Website</a> and the <a href=\"https://proteinshake.readthedocs.io/en/latest/?badge=latest\">Documentation</a>, or check out the <a href=\"https://proteinshake.readthedocs.io/en/latest/notebooks/dataset.html\">Tutorials</a>. The results of the paper and the baseline models can be found in the <a href=\"https://github.com/BorgwardtLab/ProteinShake_eval\">Evaluation Repository</a>. If you would like to create your own release, see the <a href=\"https://github.com/BorgwardtLab/proteinshake_release\">Release Repository</a>.\n\n</br>\n\n**Installation:**\n\n```diff\n- This is a pre-release version. There may be unannounced changes to the API and datasets. -\n- We expect some bugs as well, please open an issue if you find one. -\n```\n\n```\npip install proteinshake\n```\n\n</br>\n\n<div align=\"center\">\n\n*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).*\n\n*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.*\n\n</div>\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Protein structure datasets for machine learning.",
    "version": "0.3.14",
    "project_urls": {
        "Homepage": "https://proteinshake.readthedocs.io/en/latest/index.html"
    },
    "split_keywords": [
        "bioinformatics",
        "deep-learning",
        "computational-biology",
        "macromolecular-structure"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8797d79033bc4af0e0af6b99e3407a5e2f19b39d4c9c26e025e25fea51b72190",
                "md5": "4e5a6fe8459d24e3a2d73a76c300b953",
                "sha256": "2bf9f732228e5c2f944f481c1c58fc1d4aebba1e1af61cbf70e2e52a9bba460f"
            },
            "downloads": -1,
            "filename": "proteinshake-0.3.14-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4e5a6fe8459d24e3a2d73a76c300b953",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 70000,
            "upload_time": "2023-11-18T19:07:52",
            "upload_time_iso_8601": "2023-11-18T19:07:52.654903Z",
            "url": "https://files.pythonhosted.org/packages/87/97/d79033bc4af0e0af6b99e3407a5e2f19b39d4c9c26e025e25fea51b72190/proteinshake-0.3.14-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf9b340417a7993be9497c1b669ee6f2dbc8820fc0b7731e0361ae71ac73345b",
                "md5": "3e69791a88b859b222c67e51d0f35b41",
                "sha256": "26425e53f8030c692a795bab33a90b05ea7e7c4249d30a882f04cb60e04e3092"
            },
            "downloads": -1,
            "filename": "proteinshake-0.3.14.tar.gz",
            "has_sig": false,
            "md5_digest": "3e69791a88b859b222c67e51d0f35b41",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 48534,
            "upload_time": "2023-11-18T19:07:54",
            "upload_time_iso_8601": "2023-11-18T19:07:54.743466Z",
            "url": "https://files.pythonhosted.org/packages/bf/9b/340417a7993be9497c1b669ee6f2dbc8820fc0b7731e0361ae71ac73345b/proteinshake-0.3.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-18 19:07:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "proteinshake"
}
        
Elapsed time: 0.14330s