deepmol.standardizer package
Submodules
deepmol.standardizer.basic_standardizer module
- class BasicStandardizer(n_jobs: int = -1)[source]
Bases:
MolecularStandardizerStandardizes a molecule SMILES using the SanitizeMol rdkit method.
deepmol.standardizer.chembl_standardizer module
- class ChEMBLStandardizer(n_jobs: int = -1)[source]
Bases:
MolecularStandardizerStandardizes a molecule SMILES using the ChEMBL standardizer. https://github.com/chembl/ChEMBL_Structure_Pipeline
deepmol.standardizer.custom_standardizer module
- class CustomStandardizer(params: Optional[dict] = None, **kwargs)[source]
Bases:
MolecularStandardizerStandardizes a molecule using a custom set of steps.