Skip to main content

Molecule Validation and Standardization

Project description

https://img.shields.io/pypi/v/MolVS.svg?style=flat-square https://img.shields.io/github/license/mcs07/MolVS.svg?style=flat-square https://img.shields.io/travis/mcs07/MolVS/master.svg?style=flat-square https://img.shields.io/coveralls/mcs07/MolVS/master.svg?style=flat-square

MolVS is a molecule validation and standardization tool, written in Python using the RDKit chemistry framework.

Building a collection of chemical structures from different sources can be difficult due to differing representations, drawing conventions and mistakes. MolVS can standardize chemical structures to improve data quality, help with de-duplication and identify relationships between molecules.

There are sensible defaults that make it easy to get started:

>>> from molvs import standardize_smiles
>>> standardize_smiles('[Na]OC(=O)c1ccc(C[S+2]([O-])([O-]))cc1')
'[Na+].O=C([O-])c1ccc(CS(=O)=O)cc1'

Installation

To install MolVS with Anaconda Oython, simply run:

conda install molvs

Alternatively, try one of the other installation options.

Documentation

Full documentation is available at http://molvs.readthedocs.io.

Contribute

  • Feature ideas and bug reports are welcome on the Issue Tracker.

  • Fork the source code on GitHub, make changes and send a pull request.

License

MolVS is licensed under the MIT license.

Similar projects

There are a number of projects with similar goals that take differing approaches:

Download files

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

Source Distribution

MolVS-0.1.1.tar.gz (61.9 kB view hashes)

Uploaded Source

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