Skip to main content

A library to convert biological structures in completely differentiable tensorial representations, such as point clouds or voxelized grids . Everything is deep learning ready

Project description

logo


About PyUUL

PyUUL is a Python library designed to process 3D-structures of macromolecules, such as PDBs, translating them into fully differentiable data structures. These data structures can be used as input for any modern neural network architecture. Currently, the user can choose between three different types of data representation: voxel-based, surface point cloud and volumetric point cloud.

If you use PyUUL in your research, please consider citing:

Orlando, G., Raimondi, D., Duran-Romaña, R., Moreau, Y., Schymkowitz, J., & Rousseau, F. (2022). PyUUL provides an interface between biological structures and deep learning algorithms. Nature communications, 13(1), 1-9.

Installation

For installation, refer to the official documentation: https://pyuul.readthedocs.io/install.html

We recommend using PyUUL with Python 3.6 or above. Package installation should only take a few minutes with any of these methods (conda, pip, source).

Installing PyUUL with Anaconda:

 conda install -c grogdrinker pyuul 

Installing PyUUL with pip:

pip install pyuul

Installing PyUUL from source:

If you want to install PyUUL from this repository, you need to install the dependencies first. First, install PyTorch. The library is currently compatible with PyTorch versions between 0.4.1 and 1.8.0. We will continue to update PyUUL to be compatible with the latest version of PyTorch. You can also install Pytorch with the following command:

conda install pytorch -c pytorch

In addition, PyUUL requires: scipy, numpy and scikit-learn. Please make sure you have these already installed. Otherwise, you can use the following command:

conda install scipy numpy scikit-learn

Finally, you can clone the repository with the following command:

git clone https://bitbucket.org/grogdrinker/pyuul/

Documentation

The documentation for PyUUL is available https://pyuul.readthedocs.io/modules.html

Quickstart

We provide a quickstart example to show how to easily build a 3D representation of biological structures with PyUUL. The quickstart is available https://pyuul.readthedocs.io/quickstart.html#

Tutorials

Tutorials for pyUUL are available https://pyuul.readthedocs.io/examples/index.html

We recommend the tutorials to be run on a machine with a GPU, as they will take longer when run on a CPU machine.

The benchmarking folder contains data to reproduce the results of the paper, as well as the network architecture we used for GTP pose optimization and protein classification.

Help

For bug reports, features addition and technical questions please contact gabriele.orlando@kuleuven.be

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyuul-0.4.2.tar.gz (14.4 kB view hashes)

Uploaded Source

Built Distribution

pyuul-0.4.2-py3-none-any.whl (15.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page