ensure_smiles#
- skfp.utils.ensure_smiles(X: Sequence[Any]) list[str]#
Ensure that all input sequence elements are SMILES strings. Requires all input elements to be of the same type: string (SMILES strings) or
Mol. In the case of RDKitMolobjects, they are converted to SMILES strings with default settings.