leebecca commited on
Commit
cb89fa2
·
verified ·
1 Parent(s): 99ba15b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -9,9 +9,14 @@ pretty_name: >-
9
  Prediction
10
  size_categories:
11
  - 100K<n<1M
 
 
 
 
 
12
  ---
13
 
14
- # Curated ProteinMPNN training dataset
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/group_mpnn",
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 the ProteinMPNN team, RosettaCommons, and the following institutions: University of California, Los Angeles; University of Maryland; University of Oregon; University of Michigan; University of Pennsylvania; and the Wistar Institute.
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
- Miranda Simpson (miranda13nicoles@gmail.com), Becca Lee (beccalee5@g.ucla.edu), Nathaniel Felbinger (nfelbing@umd.edu), Pratyush Dhal (pdhal@umich.edu), Colby Agostino (colby.agostino@pennmedicine.upenn.edu)
 
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)