Authors: Jianqing Xu (xubest@gmail.com), Daisuke Kuroda (dkuroda1981@gmail.com), Oana Lungu (olungu@utexas.edu), Jeffrey Gray (jgray@jhu.edu)
Last edited 4/25/2013. Corresponding PI Jeffrey Gray (jgray@jhu.edu).
Application source code:
rosetta/main/source/src/apps/public/antibody/antibody_graft.cc
Main mover source code:
rosetta/main/source/src/protocols/antibody/GraftCDRLoopsProtocol.cc
To see demos of some different use cases see integration tests located in
rosetta/tests/integrationi/tests/antibody_graft
To run Grafting Protocol, type the following in a command line:
[path to executable]/antibody_assemble_CDRs.[platform|linux/mac][compile|gcc/ixx]release –database [path to database] @options
Note: these demos will only generate one decoy.
We recommend the following articles for further studies of RosettaDock methodology and applications:
Graft antibody CDR templates on the framework template to create a rough antibody model.
FR.pdb (framework template) L1.pdb, L2.pdb, L3.pdb (L chain CDR templates) H1.pdb, H2.pdb, H3.pdb (H chain CDR templates)
The preparation of these inputs can be found in the RosettaAntibody3: Protocol Workflow
Example:
-s FR.pdb
-antibody::graft_l1
-antibody::graft_l2
-antibody::graft_l3
-antibody::graft_h1
-antibody::graft_h2
-antibody::graft_h3
-antibody::h3_no_stem_graft
-antibody::packonly_after_graft
Detailed Description of Flags:
-antibody::graft_l1
-antibody::graft_l2
-antibody::graft_l3
-antibody::graft_h1
-antibody::graft_h2
-antibody::graft_h3
Description: specify which CDRs you want to graft
Options: true or false
-antibody::h3_no_stem_graft
Description: In the grafting code, after superimposition, coordinates of two stem residues are replaced by the extra residues at each end of CDR template PDB files (L1.pdb, H2.pdb etc.). Non-H3 CDRs may be OK, but for H3, it may be bad for the purpose of later loop modeling if the stems are changed. This flag will protect the H3 stems. The superimposition step is exactly the same, the only difference is the stems of H3 will not be replaced by the residues on H3 side. So the stem can be original stem on the framework template.
Options: true or false
-antibody::packonly_after_graft
Description: The default of the grafting protocol will do minimization (both side chain and backbone) after CDR grafting. Sometimes the minimization can be tricky, as it can change the structure dramatically, if the prepared model is in a bad condition. This flag allows user to turn on/off minimization, but packing still default to be conducted.
Options: true or false
One pdb file with 6 CDR grafted.
This is the first public release in Rosetta3
Antibody Applications: Homepage for antibody applications
Antibody Design Strategy Analysis: A PyRosetta-based tool to analyze and/or compare antibody design strategies.
CDR Cluster Identification: An application that matches each CDR of an antibody to North/Dunbrack CDR clusters based on the lowest dihedral distance to each cluster center.