baybe.utils.chemistry.smiles_to_fp_features¶
- baybe.utils.chemistry.smiles_to_fp_features(smiles_list: list[str], prefix: str = '', dtype: type[int] | type[float] = <class 'int'>, radius: int = 4, n_bits: int = 1024)[source]¶
Compute standard Morgan molecule fingerprints for a list of SMILES strings.
- Parameters:
- Return type:
- Returns:
Dataframe containing Morgan fingerprints for each SMILES string.