feng Zhenger commited on
Commit
f781279
·
verified ·
1 Parent(s): 5dffa4f

Update README.md (#6)

Browse files

- Update README.md (553e81b86c0654a37a8751600d3939a7c134858f)


Co-authored-by: Jiaxin <Zhenger@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -5,4 +5,27 @@ configs:
5
  - config_name: labels
6
  data_files: labels/*.csv
7
  license: mit
8
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  - config_name: labels
6
  data_files: labels/*.csv
7
  license: mit
8
+ ---
9
+ # Overview
10
+ We present MoleculeCLA: a large-scale dataset consisting of approximately 140,000 small molecules derived from computational ligand-target binding analysis, providing nine properties that cover chemical, physical, and biological aspects.
11
+
12
+ | Aspect | Glide Property (Abbreviation) | Description | Molecular Characteristics |
13
+ |----------|--------------------------------|-----------------------------------------------|------------------------------|
14
+ | Chemical | glide\_lipo (lipo) | Hydrophobicity | Atom type, number |
15
+ | | glide\_hbond (hbond) | Hydrogen bond formation propensity | Atom type, number |
16
+ | Physical | glide\_evdw (evdw) | Van der Waals energy | Size and polarizability |
17
+ | | glide\_ecoul (ecoul) | Coulomb energy | Ionic state |
18
+ | | glide\_esite (esite) | Polar thermodynamic contribution | Polarity |
19
+ | | glide\_erotb (erotb) | Rotatable bond constraint energy | Rotational flexibility |
20
+ | | glide\_einternal (einternal) | Internal torsional energy | Rotational flexibility |
21
+ | Biological | docking\_score (docking) | Docking score | Binding affinity |
22
+ | | glide\_emodel (emodel) | Model energy | Binding affinity |
23
+
24
+ # Data Format
25
+ - The 'data.csv' file contains information on scaffold splitting for training, testing, and validation sets, along with the SMILES representations of molecules and their corresponding molecular IDs for identification.
26
+
27
+ - The 'labels/*.csv' file contains data on molecular properties derived from binding analysis, along with their corresponding molecule IDs, Each file name corresponds to a specific protein target name.
28
+
29
+ - The 'diversity_molecule_set.pkl' file contains the 3D coordinates of molecules, necessary for 3D-based molecular representation learning methods.
30
+
31
+ [View All Related Code on GitHub](https://github.com/Zhenger959/MoleculeCLA/edit/main/README.md)