You are here

Docking results

2 posts / 0 new
Last post
Docking results
#1

hi

I am docking an antibody to antigen using the snugdock server. Just wanted to know whtat is the reference structure in the the RMSD deviation in the score.sf files. Is it the structure with the lowest rosetta energy. In case if you want to compare the original structure of complex with decoy structure what is the easiest option. i am attaching the gnuplot out put of the Total Score Vs RMSD  . Any help would highly be appreciated

Dr. Suji george

   

AttachmentSize
Total Score Vs RMSD25.48 KB
l-Sc Vs RMSD27.6 KB
Category: 
Post Situation: 
Wed, 2019-06-12 23:40
sujigeorge1979

Dr. Suji,

The reference structure is the input or the initial complex. If you want to recalculate your rmsd/score, then the best way to is to download the models from ROSIE and run docking_protocol locally:

/path/to/docking_protocol.linuxgccrelease -l input_pdbs.list \
-native native.pdb \
-docking_local_refine \
-dock_min \
-out:file:score_only recalc_rmsd.sc \
-nstruct 1

 

See the last bullet here: https://www.rosettacommons.org/docs/latest/application_documentation/docking/docking-protocol#tips.

Best,

Jeliazko

Mon, 2019-06-17 06:07
jeliazkov