Update README.md
Browse files
README.md
CHANGED
|
@@ -19,6 +19,8 @@ A machine learning-based tool for predicting PROTAC protein degradation activity
|
|
| 19 |
|
| 20 |
The code for data curation can be found in the Jupyter notebook [`data_curation.ipynb`](notebooks/data_curation.ipynb).
|
| 21 |
|
|
|
|
|
|
|
| 22 |
## 🚀 Installation
|
| 23 |
|
| 24 |
To install the package, open your terminal and run the following commands:
|
|
|
|
| 19 |
|
| 20 |
The code for data curation can be found in the Jupyter notebook [`data_curation.ipynb`](notebooks/data_curation.ipynb).
|
| 21 |
|
| 22 |
+
The folder [data/studies](data/studies/) contains the training and test data used in each study reported in our paper. The label column that is used for predictions is named _"Active (Dmax 0.6, pDC50 6.0)"_ and contains binary values.
|
| 23 |
+
|
| 24 |
## 🚀 Installation
|
| 25 |
|
| 26 |
To install the package, open your terminal and run the following commands:
|