Platform wheels for RDKit - a comprehensive cheminformatics and machine-learning library with Python bindings
89
A utility for managing hydrogen representation in molecular structures for chemical data processing pipelines.
@generates
def add_explicit_hydrogens(mol):
"""
Adds explicit hydrogens to a molecule object.
Args:
mol: A molecule object
Returns:
A new molecule object with explicit hydrogens added
"""
pass
def remove_explicit_hydrogens(mol):
"""
Removes explicit hydrogens from a molecule object.
Args:
mol: A molecule object with explicit hydrogens
Returns:
A new molecule object with explicit hydrogens removed
"""
passProvides cheminformatics support for molecular manipulation.
Install with Tessl CLI
npx tessl i tessl/pypi-rdkitevals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10