You are here

GDT_TS how can I get it with pyrosetta?

2 posts / 0 new
Last post
GDT_TS how can I get it with pyrosetta?
#1

hello everybody!

I was wondering whether there is a way to get the gdt_ts using pyrosetta, unfortunately i cudnt find anything so far

tnx in advance

Post Situation: 
Thu, 2014-01-09 02:51
oppopomoz

Your searches are likely confused by the tendency for Rosetta to call gdt_ts "gdt_mm" instead, for strange historical reasons.

The functions you want are in the core.scoring namespace. core.scoring.CA_gdtmm( pose1, pose2 ) is likely the most straightforward way of calculating, (this use the average of the 1/1, 2/2, 3/3, 3/4, and 4/7 rmstol/disttol maxsub metrics) but there's parameter variants to include/exclude certain residues, as well as gdtha(), plus CA_maxsub() and even xyz_maxsub() functions if you want to roll your own GDT-like metric.

Thu, 2014-01-09 08:54
rmoretti