Update README.md
Browse files
README.md
CHANGED
|
@@ -9,9 +9,14 @@ pretty_name: >-
|
|
| 9 |
Prediction
|
| 10 |
size_categories:
|
| 11 |
- 100K<n<1M
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
-
# Curated
|
| 15 |
|
| 16 |
A curated set of the NCI Open Compounds with compatible mol2 and pdbqt files safe for cofolding and docking applications
|
| 17 |
|
|
@@ -39,7 +44,7 @@ To load one of the `NCI_Open_Compounds` model datasets, use `datasets.load_datas
|
|
| 39 |
|
| 40 |
>>> dataset_tag = "train"
|
| 41 |
>>> dataset_models = datasets.load_dataset(
|
| 42 |
-
path = "leebecca/
|
| 43 |
name = f"{dataset_tag}_models",
|
| 44 |
data_dir = f"{dataset_tag}")['train']
|
| 45 |
|
|
@@ -87,8 +92,7 @@ The set contains ligprep output of the minimized 3D structures, expanded to incl
|
|
| 87 |
|
| 88 |
|
| 89 |
- **Acknowledgements:**
|
| 90 |
-
We kindly acknowledge
|
| 91 |
-
|
| 92 |
|
| 93 |
### Dataset Sources
|
| 94 |
https://wiki.nci.nih.gov/spaces/NCIDTPdata/pages/155844992/Chemical+Data
|
|
@@ -103,4 +107,4 @@ https://wiki.nci.nih.gov/spaces/NCIDTPdata/pages/155844992/Chemical+Data
|
|
| 103 |
## Citation
|
| 104 |
|
| 105 |
## Dataset Card Authors
|
| 106 |
-
|
|
|
|
| 9 |
Prediction
|
| 10 |
size_categories:
|
| 11 |
- 100K<n<1M
|
| 12 |
+
configs:
|
| 13 |
+
- config_name: default
|
| 14 |
+
data_files:
|
| 15 |
+
- split: train
|
| 16 |
+
path: "nci_compounds.tsv"
|
| 17 |
---
|
| 18 |
|
| 19 |
+
# Curated NCI Open Compounds dataset
|
| 20 |
|
| 21 |
A curated set of the NCI Open Compounds with compatible mol2 and pdbqt files safe for cofolding and docking applications
|
| 22 |
|
|
|
|
| 44 |
|
| 45 |
>>> dataset_tag = "train"
|
| 46 |
>>> dataset_models = datasets.load_dataset(
|
| 47 |
+
path = "leebecca/NCI_Open_Compounds",
|
| 48 |
name = f"{dataset_tag}_models",
|
| 49 |
data_dir = f"{dataset_tag}")['train']
|
| 50 |
|
|
|
|
| 92 |
|
| 93 |
|
| 94 |
- **Acknowledgements:**
|
| 95 |
+
We kindly acknowledge RosettaCommons
|
|
|
|
| 96 |
|
| 97 |
### Dataset Sources
|
| 98 |
https://wiki.nci.nih.gov/spaces/NCIDTPdata/pages/155844992/Chemical+Data
|
|
|
|
| 107 |
## Citation
|
| 108 |
|
| 109 |
## Dataset Card Authors
|
| 110 |
+
Becca Lee (beccalee5@g.ucla.edu)
|