You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: structure/alignment.md
+36-21Lines changed: 36 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,31 +1,42 @@
1
-
Protein Structure Alignment
1
+
Structure Alignment
2
2
===========================
3
3
4
-
## What is a structure alignment?
4
+
## What is a Structure Alignment?
5
5
6
-
A **Structural alignment** attempts to establish equivalences between two or more polymer structures based on their shape and three-dimensional conformation. In contrast to simple structural superposition (see below), where at least some equivalent residues of the two structures are known, structural alignment requires no a priori knowledge of equivalent positions.
6
+
A **structural alignment** attempts to establish equivalences between two or more polymer structures based on their shape and three-dimensional conformation. In contrast to simple structural superposition (see below), where at least some equivalent residues of the two structures are known, structural alignment requires no a priori knowledge of equivalent positions.
7
7
8
-
Structural alignment is a valuable tool for the comparison of proteins with low sequence similarity, where evolutionary relationships between proteins cannot be easily detected by standard sequence alignment techniques. Structural alignment can therefore be used to imply evolutionary relationships between proteins that share very little common sequence. However, caution should be exercised when using the results as evidence for shared evolutionary ancestry, because of the possible confounding effects of convergent evolution by which multiple unrelated amino acid sequences converge on a common tertiary structure.
8
+
**Structural alignment** is a valuable tool for the comparison of proteins with low sequence similarity, where evolutionary relationships between proteins cannot be easily detected by standard sequence alignment techniques. **Structural alignment** can therefore be used to imply evolutionary relationships between proteins that share very little common sequence. However, caution should be exercised when using the results as evidence for shared evolutionary ancestry, because of the possible confounding effects of convergent evolution by which multiple unrelated amino acid sequences converge on a common tertiary structure.
9
9
10
-
For more info see the Wikipedia article on [protein structure alignment](http://en.wikipedia.org/wiki/Structural_alignment).
10
+
**Structural alignment** of other biological structures can also be made in BioJava. For example, nucleic acids can
11
+
be structurally aligned to find common structural motifs, independent of sequence simililarity. This is specially
12
+
important for RNAs, because their 3D structure arrangement is important for their function.
13
+
14
+
For more info see the Wikipedia article on [structure alignment](http://en.wikipedia.org/wiki/Structural_alignment).
11
15
12
16
## Alignment Algorithms supported by BioJava
13
17
14
18
BioJava comes with a number of algorithms for aligning structures. The following
15
19
five options are displayed by default in the graphical user interface (GUI),
16
20
although others can be accessed programmatically using the methods in
This aligns residues based on Smith and Waterman's 1981 algorithm for local
132
146
*sequence* alignment [](http://www.ncbi.nlm.nih.gov/pubmed/7265238). No structural information is included in the alignment, so
133
-
this only works for proteins with significant sequence similarity. It uses the
147
+
this only works for structures with significant sequence similarity. It uses the
134
148
Blosum65 scoring matrix.
135
149
136
150
The two structures are superimposed based on this alignment. Be aware that errors
137
151
locating gaps can lead to high RMSD in the resulting superposition due to a
138
152
small number of badly aligned residues. However, this method is faster than
0 commit comments