KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
RBFENN
★ 13
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
openmax
:
No description available.
Sitegeist.LostInTranslation
:
Automatic Translations for Neos via DeeplApi
PPLCNet2PyTorch
:
尝试将PP-LCNet转为PyTorch版本,并测试相关指标
Th17_single_cell
:
No description available.
vmrp.github.io
:
vmrp网页版
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
RBFENN
?
Download (.md)
# Data-driven Generation of Perturbation Networks for Relative Binding Free Energy Calculations  Source code to reproduce [the work's preprint](https://chemrxiv.org/engage/chemrxiv/article-details/62c5d5d93be5f1094d0eba6a). ---------------------------------------------------------------- Given all publicly available RBFE benchmarking datasets, we have created a training domain ('RBFE-Space') that contains a representation of all perturbations present in these datasets by grafting them onto a common benzene scaffold. Then, after running all RBFE simulations for this novel set, we have used this training domain to train ML models to predict the quintuplicate standard error of the mean free energy (SEM). We have adjusted [LOMAP](https://github.com/MobleyLab/Lomap) to ingest these predicted SEM values to use instead of the native LOMAP-score, thereby producing a data-driven method of producing RBFE networks. ---------------------------------------------------------------- To reproduce, install the provided conda environment on a linux machine with at least one GPU (cuda). Main dependencies: - [BioSimSpace](https://github.com/michellab/BioSimSpace) - [TensorFlow-gpu >= 2.6.0](https://pypi.org/project/tensorflow-gpu/) Main steps to reproduce: 1) Run `_01_SETUP_BENZENE_TRAINSET.ipynb` to get the list of transformations in RBFE-Space 2) Run `_02_SETUP_BSS_FOLDERS_TRAINSET.ipynb` to set up RBFE input files using BioSimSpace. BSS can set up simulations for SOMD, Amber and Gromacs or export the files needed for other RBFE implementations. 3) Run all RBFE simulations on a cluster 4) Collect SEM values from simulations in the format of `ANALYSIS/perturbation_networks/input/fepspace_sems_full_balanced.csv` 5) Sequentially run all python scripts/notebooks in `ANALYSIS/perturbation_networks/` to reproduce the majority of RBFE network generation figures used in the paper. 6) Other figures can be reproduced using the notebooks found in `ANALYSIS/fepspace_vs_free_vs_bound/` and `ANALYSIS/lambda_spacing/` ---------------------------------------------------------------- Please note that some files (e.g. simulation outputs) were not included in this repository due to github memory restrictions. Feel free to post an issue with any questions regarding this work. Authors: - J. Scheen - M. Mackey - J. Michel