RosettaAntibody3: b). Grafting CDR loops on Antibody Framework

Metadata

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).

Code for Reading Constraints

To run Grafting Protocol, type the following in a command line:

[path to executable]/antibody_assemble_CDRs.[platform|linux/mac][compile|gcc/ixx]releasedatabase [path to database] @options

Note: these demos will only generate one decoy.

References

We recommend the following articles for further studies of RosettaDock methodology and applications:

Application purpose

Graft antibody CDR templates on the framework template to create a rough antibody model.

Algorithm

  1. The code superimposes the backbone coordinates of 4 residues at each end of CDRs (each end 4 residues) on the 4 residues on the framework (each end), so the CDRs can be “grafted” on the framework.
  2. After grafting, the backbone coordinates of 2 residues on the superimposition region were replaced by the superimposed 2 residues on the terminus of the CDR
  3. The code also minimizes and repacks the entire CDRs (backbone and side chain) after grafting

Input

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

Flags

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
-antibody::h3_no_stem_graft
-antibody::packonly_after_graft

Output

One pdb file with 6 CDR grafted.

New things since last release

This is the first public release in Rosetta3