Skip to main content

RanDepict is an easy-to-use utility to generate a big variety of chemical structure depictions (random depiction styles and image augmentations).

Project description

License Maintenance Workflow GitHub issues GitHub contributors GitHub release PyPI version fury.io versions DOI Documentation Status

GitHub Logo

This repository contains RanDepict, an easy-to-use utility to generate a big variety of chemical structure depictions (random depiction styles and image augmentations) based on RDKit, CDK, Indigo and PIKAChU.

Usage

  • To use RanDepict, clone the repository to your local disk and make sure you install all the necessary requirements.

Installation

$ git clone https://github.com/OBrink/RanDepict.git
$ cd RanDepict 
$ python -m pip install -U pip #Upgrade pip
$ pip install .

Alternative

$ python -m pip install -U pip #Upgrade pip
$ pip install git+https://github.com/OBrink/RanDepict.git

Install from PyPI

$ pip install RanDepict

Development

Note We recommend using RanDepict inside a Conda environment to facilitate the installation of the dependencies.

  • Conda can be downloaded as part of the Anaconda or the Miniconda plattforms (Python 3.8). We recommend miniconda3. On Linux you can get it with:
$ wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
$ bash Miniconda3-latest-Linux-x86_64.sh
$ echo -e "channels:\n - conda-forge\n - nodefaults" > ~/.condarc
$ conda update conda
$ conda install conda-libmamba-solver
$ conda config --set experimental_solver libmamba
$ conda create --name RanDepict python=3.8
$ conda activate RanDepict
# pypi has rdkit so not necessary to install it using conda
# $ conda install -c rdkit rdkit
$ pip install -e ".[dev]" # will install pytest and tox
# To run tests for python 3.8
$ tox -e py38

Basic usage:

from RanDepict import RandomDepictor

smiles = "CN1C=NC2=C1C(=O)N(C(=O)N2C)C"

with RandomDepictor() as depictor:
    image = depictor(smiles)

Have a look at the examples in our demo notebook. A more detailed documentation is provided here.

Here are some examples of depictions of caffeine without augmentations (left) and with augmentations (right) that were automatically created using RanDepict.

Cite Us

Acknowledgements

More information about our research group

GitHub Logo

Alt

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

RanDepict-1.3.0.tar.gz (53.4 MB view details)

Uploaded Source

Built Distribution

RanDepict-1.3.0-py3-none-any.whl (53.5 MB view details)

Uploaded Python 3

File details

Details for the file RanDepict-1.3.0.tar.gz.

File metadata

  • Download URL: RanDepict-1.3.0.tar.gz
  • Upload date:
  • Size: 53.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for RanDepict-1.3.0.tar.gz
Algorithm Hash digest
SHA256 824bcaf4e34afe7046a195593dd5216d6da3c5a9c7d841564c7dc0db302acd4c
MD5 c063ead79104dd28cd01a8e194d7a199
BLAKE2b-256 e098d6a05e416380f37027f877bf0dcb4a747feb0282ff8a7a507aa7fc6af219

See more details on using hashes here.

Provenance

File details

Details for the file RanDepict-1.3.0-py3-none-any.whl.

File metadata

  • Download URL: RanDepict-1.3.0-py3-none-any.whl
  • Upload date:
  • Size: 53.5 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for RanDepict-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ab28799f1f71bc3d1c138ed1b8071910b382800ed345b14c6e1528b22f73d4b7
MD5 dbbff39a6a715de959675fffa8156c44
BLAKE2b-256 c82ce0faa07e0d3acb1f33e26c1f6870869e9da0b5d79814ccf24cf277f7810d

See more details on using hashes here.

Provenance

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