vmsavla commited on
Commit
91f8f06
·
verified ·
1 Parent(s): 99ce763

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  dataset_info:
3
  features:
4
  - name: clean_smiles
@@ -30,4 +31,28 @@ configs:
30
  path: data/validation-*
31
  - split: test
32
  path: data/test-*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  ---
 
1
  ---
2
+ license: mit
3
  dataset_info:
4
  features:
5
  - name: clean_smiles
 
31
  path: data/validation-*
32
  - split: test
33
  path: data/test-*
34
+ language:
35
+ - en
36
+ tags:
37
+ - chemistry
38
+ - biology
39
+ - virtual-screening
40
+ - docking
41
+ - drug-discovery
42
+ - machine-learning
43
+ - structure-based-design
44
+ pretty_name: RO4 Virtual Screening – d2 Target
45
+ size_categories:
46
+ - 10M<n<100M
47
+ description: >
48
+ This dataset contains docking scores for over 15 million compounds from the Enamine REAL library
49
+ screened against the d2 protein target using structure-based virtual screening. The data was
50
+ originally published by Luttens et al. (2022), and includes sanitized SMILES strings, compound
51
+ identifiers, docking scores, and Bemis-Murcko scaffolds. The dataset is split using scaffold-based
52
+ splitting to support robust machine learning benchmarking.
53
+ title: RO4 Virtual Screening Dataset for d2 Target
54
+ authors:
55
+ - Luttens et al.
56
+ date: 2025-03-13T00:00:00.000Z
57
+ doi: 10.1038/s43588-025-00777-x
58
  ---