Difference between revisions of "Lab journal task 4"
Line 9: | Line 9: | ||
and then used this variable later to set the orientation to these values, in order to be able to make images from the different alignments always using the same view. |
and then used this variable later to set the orientation to these values, in order to be able to make images from the different alignments always using the same view. |
||
cmd.set_view(my_view) |
cmd.set_view(my_view) |
||
− | |||
− | |||
− | |||
<css> |
<css> |
||
Line 33: | Line 30: | ||
.colBasic2 tr th { background-color:#efefef; color: black;} |
.colBasic2 tr th { background-color:#efefef; color: black;} |
||
.colBasic2 tr:first-child th { background-color:#adceff; color:black;} |
.colBasic2 tr:first-child th { background-color:#adceff; color:black;} |
||
− | |||
</css> |
</css> |
||
− | + | apart from Pymol, the following four alignment methods were used: |
|
{|class="colBasic2" |
{|class="colBasic2" |
Revision as of 12:27, 12 August 2013
First, we used Pymol to view the different structures and to construct structural alignments to the template 1A6Z_A. Therfore we used the command " align to structure" from the action menu.
The pymol alignment uses only the C_alpha atoms per default. The following command can be used to align all atoms and create the object ali12
align structure1 and resi 1-n, structure2 and resi 1-m, object=ali12
,where n equals the number of atoms in structure 1 and m the number of atoms in structure 2.
We saved the current view of the first alignment
my_view = cmd.get_view()
and then used this variable later to set the orientation to these values, in order to be able to make images from the different alignments always using the same view.
cmd.set_view(my_view)
<css> table.colBasic2 { margin-left: auto; margin-right: auto; border: 2px solid black; border-collapse:collapse; width: 70%; }
.colBasic2 th,td { padding: 3px; border: 2px solid black; }
.colBasic2 td { text-align:left; }
.colBasic2 tr th { background-color:#efefef; color: black;} .colBasic2 tr:first-child th { background-color:#adceff; color:black;} </css>
apart from Pymol, the following four alignment methods were used:
- superimpose to target structure (second structure, in our case 1A6Z )
- default parameters
- no target structure to specify
- no parameters to set
- score from 0 to 100
- target 1A6Z
- default parameters
- target in blue, query in green
- structurally equivalent residue pairs: orange (query) and red (target)
- S = Measure of structural similarity based on Gaussian functions (see Sippl & Wiederstein (2012)). If the structurally equivalent parts in query and target match perfectly, S is equal to L. With increasing spatial deviation of the aligned residues, S approaches 0.
- S_r = Typical distance error. For details on the construction of this per-residue measure of structural similarity, see Sippl & Wiederstein (2012).