-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ec13cb4
commit 38f88ba
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
In order to create a function to perform the entire HAC-Net prediction pipeline that is user-friendly and does not require any external programs, we introduce a few subtle discrepancies related to preprocessing the input files, although the original function is still available in HACNet/functions.py | ||
|
||
Discrepancies: | ||
- Rather than using protein pocket PDB files provided by PDBbind, we create the pockets from the original protein PDB file, attempting to mimic their protocol | ||
- Rather than using Chimera to add hydrogens to the pocket PDB file and convert to Mol2 format, we use PyMOL | ||
- We select the eqeq charge calculation method for all predictions (this method was used for > 99.9 % of complexes presented in our journal article) | ||
|
||
Testing HACNet with this data-preprocessing protocol on the PDBbind 2016 core set protein-ligand complexes yields the following results: | ||
- Pearson r: 0.83 | ||
- Spearman p: 0.82 | ||
- RMSE: 1.26 | ||
- MAE: 1.01 |