Welcome to the official repository of tools and web applications developed by the Novalix Computational Chemistry Team
In DEL screening, medicinal chemists often have to decide which library is the most appropriate in terms of both chemical diversity and target addressability (i.e. compatibility profile with the given target). To address this, we developed a tool that enables systematic quantification of both parameters, using BM-scaffold analysis and Machine Learning.
https://novalix-novawebapp.hf.space/
- NovaML:
- Build your own machine learning model with your data
- Use your machine learning model to predict properties on your own data
- NovaDel Analyzer:
- Use the TMAP algorithm to visualize your DEL in a chemical space
- Use the Venn diagram algorithm to evaluate the structure novelty of your scaffolds
- Evaluate the target adressability of your DEL with your own machine learning model
- Clone the Repository:
git clone https://github.com/novalixofficial/NovaWebApp.git cd NovaWebApp - Install Dependencies:
conda env create -f environment.yml conda activate streamlit_env - Run the NovaWeb App:
chmod u+x run.sh ./run.sh - Copy the URL in your Browser (Chrome or Edge):
http://localhost:1238
This project is licensed under the Apache License. See the LICENSE file for details.
For questions or suggestions, open an issue.