lehner-lab / doubledeepms

Source code for fitting thermodynamic models (MoCHI), downstream analyses and to reproduce all figures in the following publication: Mapping the energetic and allosteric landscapes of protein binding domains (Faure AJ, Domingo J & Schmiedel JM et al., 2022)
MIT License
18 stars 1 forks source link

producing stability measures from pdb structure? #2

Closed avilella closed 2 years ago

avilella commented 2 years ago

Hi @andrefaure , how are you? Long time!

I have a project where I calculate the predicted in silico stability of the folded proteins produced by Alphafold2, and try to see if the calculated stability measure correlates with experimental data for these proteins.

I am interested in methods for this: could I use doubledeepms to give me a stability score for a pdb input file? I see there is a "comparison to foldx" section in the README file.

Thanks in advance.

andrefaure commented 2 years ago

Hi @avilella great to hear from you!

This repo is very much focussed on the analysis of DMS data. We compared the folding energies inferred from this experimental data to those computationally predicted by foldx in that section you refer to.

If you are interested in stability metrics from pdb I would use that tool (and others) directly: https://foldxsuite.crg.eu/

Hope this helps!