You are here

pair energies across interface

6 posts / 0 new
Last post
pair energies across interface
#1

Hi,

How to generate the table "Pair energies across interface" in the output pdb file?

Thanks,
Irini

Post Situation: 
Fri, 2012-02-10 09:17
irini

Is this a behavior you've seen before and want to duplicate, or a request for something new? If you saw it before, was it in Rosetta2 or Rosetta3?

I'm not aware of any such table in Rosetta3. InterfaceAnalyzer will do some interface analysis, but does not treat the fa_pair term specifically, nor does it report residue pair energies (I'm not sure what type of pair you refer to).

Fri, 2012-02-10 12:05
smlewis

The (mostly undocumented) ScoreCutoffFilter in RosettaScripts may do something like what you want. If you set the "report_residue_pair_energies" option, it should give a table of residue interaction energies in the log output. I don't think it filters on interface, though, so you may have to do a bit of post-processing to pull out that information specifically.

Fri, 2012-02-10 16:47
rmoretti

You mean to set the "report_residue_pair_energies" option in the flags file?

Fri, 2012-02-10 23:44
irini

Sorry, I meant put "report_residue_pair_energies=1" in the ScoreCutoffFilter tag in the RosettaScripts XML file. Something like (untested):

See http://www.rosettacommons.org/manuals/archive/rosetta3.3_user_guide/Rose... for more documentation on how to use RosettaScripts.

Sat, 2012-02-11 12:43
rmoretti

rmoretti , thank you for the link!
i actually did learn a lot of new stuff that is going to come in handy

Mon, 2012-06-04 01:43
Duran87