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
+72-20Lines changed: 72 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,44 +3,60 @@ Structure Alignment
3
3
4
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.
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.
9
-
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.
6
+
A **structural alignment** attempts to establish equivalences between two or
7
+
more polymer structures based on their shape and three-dimensional conformation.
8
+
In contrast to simple structural superposition (see below), where at least some
9
+
equivalent residues of the two structures are known, structural alignment requires
10
+
no a priori knowledge of equivalent positions.
11
+
12
+
A **structural alignment** is a valuable tool for the comparison of proteins with
13
+
low sequence similarity, where evolutionary relationships between proteins cannot
14
+
be easily detected by standard sequence alignment techniques. Therefore, a
15
+
**structural alignment** can be used to imply evolutionary relationships between
16
+
proteins that share very little common sequence. However, caution should be exercised
17
+
when using the results as evidence for shared evolutionary ancestry, because of the
18
+
possible confounding effects of convergent evolution by which multiple unrelated amino
19
+
acid sequences converge on a common tertiary structure.
20
+
21
+
A **structural alignment** of other biological polymers can also be made in BioJava.
22
+
For example, nucleic acids can be structurally aligned to find common structural motifs,
23
+
independent of sequence simililarity. This is specially important for RNAs, because their
24
+
3D structure arrangement is important for their function.
13
25
14
26
For more info see the Wikipedia article on [structure alignment](http://en.wikipedia.org/wiki/Structural_alignment).
15
27
16
28
## Alignment Algorithms supported by BioJava
17
29
18
30
BioJava comes with a number of algorithms for aligning structures. The following
19
31
five options are displayed by default in the graphical user interface (GUI),
20
-
although others can be accessed programmatically using the methods in
0 commit comments