Rosetta
Functions
pack_ddg.cc File Reference
#include <devel/init.hh>
#include <core/types.hh>
#include <core/chemical/AA.hh>
#include <core/chemical/AtomTypeSet.hh>
#include <core/chemical/ChemicalManager.hh>
#include <core/chemical/MMAtomTypeSet.hh>
#include <core/chemical/ResidueTypeSet.hh>
#include <core/conformation/Residue.hh>
#include <core/conformation/ResidueFactory.hh>
#include <core/io/pdb/pdb_writer.hh>
#include <basic/options/option.hh>
#include <basic/options/util.hh>
#include <core/pack/pack_rotamers.hh>
#include <core/pack/rotamer_trials.hh>
#include <core/pack/task/PackerTask.hh>
#include <core/pack/task/TaskFactory.hh>
#include <core/pose/Pose.hh>
#include <core/scoring/etable/Etable.hh>
#include <core/scoring/ScoreFunction.hh>
#include <core/scoring/ScoreFunctionFactory.hh>
#include <basic/Tracer.hh>
#include <protocols/minimization_packing/MinMover.hh>
#include <protocols/minimization_packing/PackRotamersMover.hh>
#include <protocols/viewer/viewers.hh>
#include <core/scoring/packstat/compute_sasa.hh>
#include <utility/vector1.hh>
#include <numeric/xyzVector.hh>
#include <numeric/random/random.hh>
#include <ObjexxFCL/format.hh>
#include <ObjexxFCL/string.functions.hh>
#include <fstream>
#include <sstream>
#include <iostream>
#include <string>
#include <map>
#include <ctime>
#include <core/import_pose/import_pose.hh>

Functions

std::map< std::string, std::string > get_resname1to3 ()
 
core::conformation::ResidueOP get_residue (std::string name)
 
void refine_pose (Pose &pose, int seqpos=0)
 
void mutate_residue (Pose &pose, int const seqpos, std::string res_to)
 
Real packing_score (Pose const &pose, core::Size const rsd_id=0)
 
void test_ddg (Pose const orig, std::string pdb, int seqpos, std::string from_res, std::string to_res, Real ddg1, Real ddg2)
 
void read_ddg_file (std::string pdb, std::string fname)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ get_residue()

core::conformation::ResidueOP get_residue ( std::string  name)

◆ get_resname1to3()

std::map<std::string,std::string> get_resname1to3 ( )

◆ main()

int main ( int  argc,
char *  argv[] 
)

◆ mutate_residue()

void mutate_residue ( Pose pose,
int const  seqpos,
std::string  res_to 
)

◆ packing_score()

Real packing_score ( Pose const &  pose,
core::Size const  rsd_id = 0 
)

References beta_nonlocal::pose.

Referenced by output_packstat(), and test_ddg().

◆ read_ddg_file()

void read_ddg_file ( std::string  pdb,
std::string  fname 
)

◆ refine_pose()

void refine_pose ( Pose pose,
int  seqpos = 0 
)

◆ test_ddg()

void test_ddg ( Pose const  orig,
std::string  pdb,
int  seqpos,
std::string  from_res,
std::string  to_res,
Real  ddg1,
Real  ddg2 
)