crotations¶
A crotations directive is used to specify rotations about rotatable dihedral bonds to reposition parts of the protein. There are 8 types of crotations
PHI: Rotation of a protein subchain about the φ angle of a particular residue. The syntax for specifying aPHIcrotation isPHI,<chain>,<resi1>,<resi2>,<angle>.<chain>is the chain ID,<resi1>is the sequence number of the residue that owns the φ angle,<resi2>is the sequence number of the furthest residue along the chain (in either the N or C direction) containing<resi1>that defines the block of atoms that will undergo rotation, and<angle>is the angle of rotation in degrees. For example,PHI,A,12,15,180would rotate residues 12 through 15 in chain A by 180 degrees about the φ angle of residue 12. If<resi1>is in the C direction relative to<resi2>, this is interpreted as a rotation of all atoms N terminal to<resi1>up to<resi2>.PSI: Rotation of a protein subchain about the ψ angle of a particular residue. The syntax for specifying aPSIcrotation isPSI,<chain>,<resi1>,<resi2>,<angle>.OMEGA: Rotation of a protein subchain about the ω angle of a particular residue. The syntax for specifying aOMEGAcrotation isOMEGA,<chain>,<resi1>,<resi2>,<angle>.CHI1: Rotation of the sidechain χ<sub>1</sub> angle of a particular residue. The syntax for specifying aCHI1crotation isCHI1,<chain>,<resi>,<angle>.<chain>is the chain ID,<resi>is the sequence number of the residue that owns the χ1 angle, and<angle>is the angle of rotation in degrees. For example,CHI1,A,12,180would rotate the χ<sub>1</sub> angle of residue 12 in chain A by 180 degrees.CHI2: Rotation of the sidechain χ<sub>2</sub> angle of a particular residue. The syntax for specifying aCHI2crotation isCHI2,<chain>,<resi>,<angle>.ANGLEIJK: Rotation of an entire protein segment around the axis defined by the cross product normal to the angle made by three identied atoms; the atom identified asican be in its own segment, butjandkmust be in the same segment (all three can be in the same segment as well). The two vectors considered are those that point from atomito atomjand from atomjto atomk. All atoms in atomj’s andk’s segment will rotate about the cross product of these two vectors. The syntax for specifying anANGLEIJKcrotation isANGLEIJK,<segname_i>,<resi_i>,<atom_i>,<segname_jk>,<resi_j>,<atom_j>,<resi_k>,<atom_k>,<angle>.<segname_i>is the segment ID of the first atom,<resi_i>is the sequence number of the first atom,<atom_i>is the name of the first atom,<segname_jk>is the segment ID of the second and third atoms,<resi_j>is the sequence number of the second atom,<atom_j>is the name of the second atom,<resi_k>is the sequence number of the third atom,<atom_k>is the name of the third atom, and<angle>is the angle of rotation in degrees. For example,ANGLEIJK,A,12,N,B,15,C,18,O,180would rotate all atoms in segment B by 180 degrees about the angle defined by atoms N (in residue 12 of segment A), C (in residue 15 of segment B), and O (in residue 18 of segment B).ALPHA: Fold specified subchain into an α helix. The syntax for specifying anALPHAcrotation isALPHA,<chain>,<resi1>,<resi2>,<resi3>.<chain>is the chain ID,<resi1>is the sequence number of the first residue in the helix,<resi2>is the sequence number of the last residue in the helix, and<resi3>is the last residue in the collection of residues whose positions are allowed to move due to the folding.<resi3>can be omitted; if so, only positions of atoms between<resi1>and<resi2>inclusive are repositioned. For example,ALPHA,A,12,15,18would fold residues 12 through 15 in chain A into an α helix, and atoms up to and including residue 18 are repositioned as a result.GLYCAN_PENDANT: Rotation of a glycan pendant about the bond between two specified atoms. The syntax for specifying aGLYCAN_PENDANTcrotation isGLYCAN_PENDANT,<chain>,<resi_i>,<resi_j>,<atom_i>,<atom_j>,<angle>.<chain>is the chain ID,<resi_i>is the resid (sequence number plus optional insertion code) of the first atom,<resi_j>is the resid of the second atom,<atom_i>is the name of the first atom,<atom_j>is the name of the second atom, and<angle>is the angle of rotation in degrees. For example,GLYCAN_PENDANT,A,12,15,C1,O4,90would rotate the glycan pendant connected between atoms C1 (in residue 12 of chain A) and O4 (in residue 15 of chain A) by 90 degrees. Atoms i and j must be bonded by a rotatable bond, otherwise no rotation will occur. The bond between i and j must define a pendant group; that is, atom j and all atoms connected to it (except for atom i) will be rotated about the bond between i and j.