Molecule Validation and Standardization
Project description
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, simply run:
pip install molvs
Alternatively, try one of the other installation options.
Documentation
Full documentation is available at http://molvs.readthedocs.org.
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:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file MolVS-0.0.7.tar.gz
.
File metadata
- Download URL: MolVS-0.0.7.tar.gz
- Upload date:
- Size: 58.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25bc8406687ac5fce0687cdd834455c9ea809a50b91ffda9fedad35518baa0b7 |
|
MD5 | 5df8a94d1110d4deef8f61e8cb9b406f |
|
BLAKE2b-256 | 3cf08f43beb4ae8c3b7cbb95bd4b4f3e34dcbd25d7b525c5dbe37aa67af02ab3 |