|
Rosetta
|
Functions | |
| def | main |
| Main - Add Membrane to Pose, Compute ddG. More... | |
| def | compute_ddG |
| Compute ddG of mutation in a protein at specified residue and AA position. More... | |
| def | mutate_residue |
| def | print_ddG_breakdown |
| Print ddG breakdown from the pose Extract weighted energies from the native and mutated pose. More... | |
| def | print_score_labels_to_file |
| Get header for ddG breakdown output Save the score labels, to be printed at the top of the output breakdown file. More... | |
| def | convert_array_to_str |
| Convert an array to a space deliminted string Save the score labels, to be printed at the top of the output breakdown file. More... | |
Variables | |
| tuple | _script_path_ = os.path.dirname( os.path.realpath(__file__) ) |
| def predict_ddG.compute_ddG | ( | pose, | |
| sfxn, | |||
| resnum, | |||
| aa, | |||
| repack_radius, | |||
| sc_file | |||
| ) |
Compute ddG of mutation in a protein at specified residue and AA position.
Definition at line 156 of file predict_ddG.py.
References mutate_residue(), print_ddG_breakdown(), round(), and test.T220_AtomAtomPairEnergies.sfxn.
Referenced by main().
| def predict_ddG.convert_array_to_str | ( | array | ) |
Convert an array to a space deliminted string Save the score labels, to be printed at the top of the output breakdown file.
Definition at line 293 of file predict_ddG.py.
References main().
Referenced by print_ddG_breakdown(), and print_score_labels_to_file().
| def predict_ddG.main | ( | args | ) |
Main - Add Membrane to Pose, Compute ddG.
Definition at line 39 of file predict_ddG.py.
References compute_ddG(), mutate_residue(), and print_score_labels_to_file().
Referenced by convert_array_to_str().
| def predict_ddG.mutate_residue | ( | pose, | |
| mutant_position, | |||
| mutant_aa, | |||
| pack_radius, | |||
| pack_scorefxn | |||
| ) |
Definition at line 177 of file predict_ddG.py.
References ObjexxFCL.pow().
Referenced by compute_ddG(), and main().
| def predict_ddG.print_ddG_breakdown | ( | native_pose, | |
| mutated_pose, | |||
| sfxn, | |||
| resnum, | |||
| aa, | |||
| fn | |||
| ) |
Print ddG breakdown from the pose Extract weighted energies from the native and mutated pose.
Calculate the ddG of each and print the component-wise ddG vlaues
Definition at line 234 of file predict_ddG.py.
References convert_array_to_str(), ObjexxFCL.len(), and round().
Referenced by compute_ddG().
| def predict_ddG.print_score_labels_to_file | ( | native_pose, | |
| sfxn, | |||
| fn | |||
| ) |
Get header for ddG breakdown output Save the score labels, to be printed at the top of the output breakdown file.
Definition at line 274 of file predict_ddG.py.
References convert_array_to_str(), and ObjexxFCL.len().
Referenced by main().
| tuple predict_ddG._script_path_ = os.path.dirname( os.path.realpath(__file__) ) |
Definition at line 23 of file predict_ddG.py.
1.8.7