noctis.data_transformation.preprocessing.utilities.explode_smiles_like_reaction_string¶
- noctis.data_transformation.preprocessing.utilities.explode_smiles_like_reaction_string(reaction_string: str) tuple[list[str], list[str]][source]¶
Explode a SMILES-like reaction string into reactants and products.
- Args:
reaction_string (str): SMILES-like reaction string to explode.
- Returns:
tuple[list[str], list[str]]: Lists of reactants and products.