A sophisticated AI-driven approach to generating molecular structures from protein sequences.
SELFSeq integrates bioinformatics, cheminformatics, and deep learning to predictively generate molecular structures in SELFIES format based on given protein sequences. This project aims to bridge the gap between sequence data analysis and practical molecular generation, fostering innovation in drug discovery.
To set up the project environment:
- Install Python 3.8+ and pip.
- Clone the repository and navigate to the project directory.
- Install the required dependencies with
pip install -r requirements.txt
.