FoldX DDG calculation: how to allow for (limited) backbone movement?
1
0
Entering edit mode
11 months ago
darink ▴ 10

I have a protein with a L-->H on a buried residue.

I would like to estimate the DDG between this MUT and the WT using FoldX.

Currently I'm using the command:

foldx --command BuildModel --pdb ${modelname}_Repair.pdb --mutant-file individual_list.txt --numberOfRuns 5

Unsurprisingly, the predicted stability change is high. However in exploring the models, I see that this default behavior only takes into account the effects the MUT has on the sidechains. I'd like to also allow for some local backbone movement to more fully explore how the MUT could affect my energy estimates.

Is there an option in FoldX to allow for this? (I'm not finding the official FoldX documentation easy to search)

Thanks for any help

Protein FoldX Stability Gibbs DDG • 826 views
ADD COMMENT
0
Entering edit mode
11 months ago
Mensur Dlakic ★ 27k

This is a command I use:

foldx --command=PositionScan --pdb=your_file.pdb --positions=LA18H --output-file=OUT

The --positions switch means leucine in chain A and position 18 to histidine. It moves the neighboring residues as needed, though it still may be only their side-chains.

ADD COMMENT
0
Entering edit mode

Thanks. Just tried this and the dihedrals are still identical.

ADD REPLY

Login before adding your answer.

Traffic: 1680 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6