small-molecule-structure-input-preparation
License: noncommercial — confirm your use is a permitted (noncommercial) purpose before applying; commercial use requires a separate license (see metadata.tool_license).
Summary
Prepare and validate small-molecule chemical structures for computational metabolism prediction by converting them into formats compatible with BioTransformer (SMILES, MOL, or SDF). This skill ensures structural data is in the correct format and ready for input to prediction modules.
When to use
You have a small-molecule chemical structure in an initial or non-standard format and need to predict its environmental microbial degradation, gut microbiota metabolism, or mammalian biotransformation using BioTransformer's prediction modules. Use this skill before executing any BioTransformer metabolism prediction workflow.
When NOT to use
- The input is already a metabolite prediction result or a list of predicted metabolites.
- The input is a protein or macromolecular structure (BioTransformer is designed for small molecules).
- The structural data is incomplete or lacks sufficient chemical information to uniquely define a compound.
Inputs
- SMILES string
- MOL file
- SDF file
- Chemical structure object
Outputs
- Validated small-molecule structure in SMILES format
- Validated small-molecule structure in MOL format
- Validated small-molecule structure in SDF format
- BioTransformer-compatible input object
How to apply
Accept chemical structure input in any common format (e.g., SMILES string, MOL file, SDF file, or structural representation). Validate the structure for chemical validity and completeness (proper valence, connectivity, stereochemistry where relevant). Convert the structure to one of BioTransformer's accepted input formats: SMILES, MOL, or SDF. Load the formatted structure into BioTransformer as input to the appropriate degradation or metabolism module. Verify that the structure loads without error before proceeding to the prediction step.
Related tools
- BioTransformer (Accepts prepared small-molecule structures and predicts metabolism via environmental microbial degradation, gut microbiota, and mammalian modules) — bitbucket.org/wishartlab/biotransformer
Evaluation signals
- The structure is successfully loaded into BioTransformer without parsing or format errors.
- Chemical validity is confirmed: all atoms have correct valence and bonding.
- Stereochemistry (if present in the original input) is preserved in the output format.
- The prepared structure can be queried against EAWAG-BBD and EnviPath transformation databases without ambiguity.
- Output format (SMILES, MOL, or SDF) matches one of BioTransformer's documented accepted inputs.
Limitations
- BioTransformer is specifically designed for small molecules; macromolecular or polymeric structures are out of scope.
- Structures with incomplete or ambiguous stereochemical specification may produce multiple predictions.
- The fidelity of metabolism prediction depends on the completeness and accuracy of the input structure; errors in structure preparation will propagate downstream.
- No changelog is provided in the BioTransformer documentation, so format compatibility across version updates cannot be confirmed.
Evidence
- [other] Load the input small-molecule structure (SMILES, MOL, or SDF format) into BioTransformer.: "Load the input small-molecule structure (SMILES, MOL, or SDF format) into BioTransformer."
- [intro] BioTransformer is a software tool that predicts small molecule metabolism in mammals, their gut microbiota, as well as the soil/aquatic microbiota: "BioTransformer is a software tool that predicts small molecule metabolism in mammals, their gut microbiota, as well as the soil/aquatic microbiota"
- [intro] BioTransformer's environmental microbial degradation module uses data from the EAWAG's Biodegradation and Biocatalysis Database: "BioTransformer's environmental microbial degradation module uses data from the EAWAG's Biodegradation and Biocatalysis Database"
1---2name: small-molecule-structure-input-preparation3description: Use when you have a small-molecule chemical structure in an initial or non-standard format and need to predict its environmental microbial degradation, gut microbiota metabolism, or mammalian biotransformation using BioTransformer's prediction modules.4license: CC-BY-4.05---67# small-molecule-structure-input-preparation89> **License: noncommercial** — confirm your use is a permitted (noncommercial) purpose before applying; commercial use requires a separate license (see `metadata.tool_license`). <!-- asb-license-banner -->10## Summary1112Prepare and validate small-molecule chemical structures for computational metabolism prediction by converting them into formats compatible with BioTransformer (SMILES, MOL, or SDF). This skill ensures structural data is in the correct format and ready for input to prediction modules.1314## When to use1516You have a small-molecule chemical structure in an initial or non-standard format and need to predict its environmental microbial degradation, gut microbiota metabolism, or mammalian biotransformation using BioTransformer's prediction modules. Use this skill before executing any BioTransformer metabolism prediction workflow.1718## When NOT to use1920- The input is already a metabolite prediction result or a list of predicted metabolites.21- The input is a protein or macromolecular structure (BioTransformer is designed for small molecules).22- The structural data is incomplete or lacks sufficient chemical information to uniquely define a compound.2324## Inputs2526- SMILES string27- MOL file28- SDF file29- Chemical structure object3031## Outputs3233- Validated small-molecule structure in SMILES format34- Validated small-molecule structure in MOL format35- Validated small-molecule structure in SDF format36- BioTransformer-compatible input object3738## How to apply3940Accept chemical structure input in any common format (e.g., SMILES string, MOL file, SDF file, or structural representation). Validate the structure for chemical validity and completeness (proper valence, connectivity, stereochemistry where relevant). Convert the structure to one of BioTransformer's accepted input formats: SMILES, MOL, or SDF. Load the formatted structure into BioTransformer as input to the appropriate degradation or metabolism module. Verify that the structure loads without error before proceeding to the prediction step.4142## Related tools4344- **BioTransformer** (Accepts prepared small-molecule structures and predicts metabolism via environmental microbial degradation, gut microbiota, and mammalian modules) — bitbucket.org/wishartlab/biotransformer4546## Evaluation signals4748- The structure is successfully loaded into BioTransformer without parsing or format errors.49- Chemical validity is confirmed: all atoms have correct valence and bonding.50- Stereochemistry (if present in the original input) is preserved in the output format.51- The prepared structure can be queried against EAWAG-BBD and EnviPath transformation databases without ambiguity.52- Output format (SMILES, MOL, or SDF) matches one of BioTransformer's documented accepted inputs.5354## Limitations5556- BioTransformer is specifically designed for small molecules; macromolecular or polymeric structures are out of scope.57- Structures with incomplete or ambiguous stereochemical specification may produce multiple predictions.58- The fidelity of metabolism prediction depends on the completeness and accuracy of the input structure; errors in structure preparation will propagate downstream.59- No changelog is provided in the BioTransformer documentation, so format compatibility across version updates cannot be confirmed.6061## Evidence6263- [other] Load the input small-molecule structure (SMILES, MOL, or SDF format) into BioTransformer.: "Load the input small-molecule structure (SMILES, MOL, or SDF format) into BioTransformer."64- [intro] BioTransformer is a software tool that predicts small molecule metabolism in mammals, their gut microbiota, as well as the soil/aquatic microbiota: "BioTransformer is a software tool that predicts small molecule metabolism in mammals, their gut microbiota, as well as the soil/aquatic microbiota"65- [intro] BioTransformer's environmental microbial degradation module uses data from the EAWAG's Biodegradation and Biocatalysis Database: "BioTransformer's environmental microbial degradation module uses data from the EAWAG's Biodegradation and Biocatalysis Database"