File size: 1,478 Bytes
3c2c27a
 
 
 
 
 
7e5d357
3c2c27a
97d252c
3c2c27a
 
 
8d6ba76
3c2c27a
8d6ba76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49

---
title: NovaWebApp
emoji: 
colorFrom: pink
colorTo: blue
sdk: streamlit
pinned: false
python_version: 3.9
---


# NovaWebApp

Welcome to the official repository of tools and web applications developed by the Novalix Computational Chemistry Team

## Overview
As demand of DNA Encoded Libraries in drug discovery programs continues to grow, we developed in this study a tool to guide medicinal chemists.


## Key Features
- **NovaML:**
	- Build yout 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

## Getting Started
1. **Clone the Repository:**
	'''bash
	git clone https://github.com/novalixofficial/NovaWebApp.git
	'''
2. **Install Dependencies:**
	'''bash
	conda env create -f environment.yml
	'''
3. **Run the NovaWeb App:**
	'''bash
	./run.sh

⚠️ When running NovaDEL Analyzer, be aware that if you want to predict the addressability you will need the model generated in NovaML or your own model

## Licence
This project is licensed under the Apache License. See the [LISENCE](LICENSE) file for details.

## Contact
For questions or suggestions, open an issue or contact us at [pschambel@novalix.com](mailto:pschambel@novalix.com).