Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nyxflower/py3pdb

Benchmark datasets, data loaders and evaluators for protein function and property prediction
https://github.com/nyxflower/py3pdb

Last synced: 26 days ago
JSON representation

Benchmark datasets, data loaders and evaluators for protein function and property prediction

Awesome Lists containing this project

README

        

# py3pdb

Py3PDB is an underdeveloping python3 package for interacting with the RCSB Protein Data Bank (PDB) programmably, based on [Wbe Services](https://www.rcsb.org/pages/webservices).

Repository structure

```
├───docs
├───examples
├───py3pdb
│ ├───data
│ ├───search
│ ├───download
│ └───utils
```

## installation

```
pip install py3pdb
```