erwallace commited on
Commit
fedfb9b
·
verified ·
1 Parent(s): e1e7e5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -1,3 +1,24 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # LigBoundConf 2.0
2
+
3
+ LigBoundConf is a set of high-quality drug-like bound ligand structures in the Protein Data Bank (PDB). The original set contains three sets
4
+ of structures: "raw” structures taken directly from the PDB, "bound” structures, obtained by performing a local minimization of the ligand
5
+ in the presence of the protein pocket with an empirical force field, and “global minimum” structures, obtained by finding the lowest energy
6
+ conformation of the ligand with an empirical force field and implicit water solvation model.
7
+
8
+ LigBoundConf 2.0 is a neutral subset of LigBoundConf in which we have recalculated the "bound" and "global minimum" structures in vaccuo
9
+ without an implicit solvent. To obtain the "bound” structures we sought to relieve any artificial high-energy artifacts from the deposited PDB
10
+ structures. We did this by running a local minimization with the semi-empirical quantum chemistry method GFN2-xTB using the “crude”
11
+ convergence criteria. This ensured that artifacts were removed without significantly altering the bound pose of the ligand. We then performed
12
+ single point energy (SPE) density fucntional theory (DFT) calculations at the ωB97M-D3(BJ)/def2-TZVPPD level of theory.
13
+
14
+ To obtain the "global minimum” structures, we used the CREST enumeration method with 50 conformers, which uses the same GFN2-xTB energy
15
+ function to search for low energy gas phase structures. We took the lowest energy structure as the ``global minimum” conformation and
16
+ performed a SPE DFT calculation at the same ωB97M-D3(BJ)/def2-TZVPPD level of theory.
17
+
18
+ The LigBoundConf 2.0 neutral dataset ended up with 3132 ligands.
19
+
20
+ This dataset is used to validate the StrainRelief method presented in here ([code](https://github.com/prescient-design/StrainRelief)).
21
+
22
+ ---
23
+ license: apache-2.0
24
+ ---