haneulpark
commited on
Commit
•
b5a1dbd
1
Parent(s):
84dab88
Update README.md
Browse files
README.md
CHANGED
@@ -55,11 +55,13 @@ dataset_info:
|
|
55 |
---
|
56 |
|
57 |
# Hematotoxicity Dataset (HematoxLong2023)
|
58 |
-
|
59 |
-
Finally, a hematotoxicity dataset containing 1772 chemicals was obtained, which includes a positive set with 589 molecules and a negative set with 1183 molecules.
|
60 |
The molecules were divided into a training set of 1330 molecules and a test set of 442 molecules according to their Murcko scaffolds.
|
61 |
Additionally, 610 new molecules from related research and databases were compiled as the external validation set.
|
62 |
|
|
|
|
|
|
|
63 |
## Quickstart Usage
|
64 |
|
65 |
### Load a dataset in python
|
|
|
55 |
---
|
56 |
|
57 |
# Hematotoxicity Dataset (HematoxLong2023)
|
58 |
+
A hematotoxicity dataset containing 1772 chemicals was obtained, which includes a positive set with 589 molecules and a negative set with 1183 molecules.
|
|
|
59 |
The molecules were divided into a training set of 1330 molecules and a test set of 442 molecules according to their Murcko scaffolds.
|
60 |
Additionally, 610 new molecules from related research and databases were compiled as the external validation set.
|
61 |
|
62 |
+
The train and test datasets uploaded to our Hugging Face repository have been sanitized and split from the original dataset, which contains 2382 molecules.
|
63 |
+
If you would like to try these processes with the original dataset, please follow the instructions in the [Processing Script.py](https://huggingface.co/datasets/maomlab/HematoxLong2023/blob/main/Processing%20Script.py) file located in the HematoxLong2023 folder.
|
64 |
+
|
65 |
## Quickstart Usage
|
66 |
|
67 |
### Load a dataset in python
|