You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is early-stage code that is in progress. It is in flux
This package generates a local chemical space around a given molecule using retro and forward synthesis rules. The reactions used are the 50 robust medchem reactions proposed by Hartenfeller et al.. The retrosynthesis is done by reversing the 50 robust reactions. The purchasable building blocks come from the Purchasable Mcule supplier building block catalogs. All of these things can be customized though.
Installation
pip install synspace
Usage
Generate local chemical space given a SMILES string
mols, props=synspace.chemical_space('CCC=O')
props contains information like the synthesis route for the molecules. Note that all synthesis routes are relative to the given molecule (it is assumed to be synthetically feasible).
Citation
Cite the ChemCrow paper for now. Haven't really written up much on this package.
@article{bran2023chemcrow,
title={Chemcrow: Augmenting large-language models with chemistry tools},
author={Bran, Andres M and Cox, Sam and Schilter, Oliver and Baldassari, Carlo and White, Andrew D and Schwaller, Philippe},
journal={arXiv preprint arXiv:2304.05376},
year={2023}
}