Skip to content

Commit 3d72e95

Browse files
committed
/* What is a structure alignment? */
1 parent 4274f6f commit 3d72e95

2 files changed

Lines changed: 13 additions & 15 deletions

File tree

wiki/BioJava:CookBook:PDB:align.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ How can I calculate a structure alignment?
99

1010
**Structural alignment** attempts to establish equivalences between two
1111
or more polymer structures based on their shape and three-dimensional
12-
conformation. In contrast to simple structural superposition, where at
13-
least some equivalent residues of the two structures are known,
14-
structural alignment requires no *a priori* knowledge of equivalent
15-
positions. Structural alignment is a valuable tool for the comparison of
16-
proteins with low sequence similarity, where evolutionary relationships
17-
between proteins cannot be easily detected by standard sequence
18-
alignment techniques. Structural alignment can therefore be used to
19-
imply evolutionary relationships between proteins that share very little
20-
common sequence. However, caution should be used in using the results as
21-
evidence for shared evolutionary ancestry because of the possible
22-
confounding effects of convergent evolution by which multiple unrelated
23-
amino acid sequences converge on a common tertiary structure.
12+
conformation. In contrast to simple structural superposition (see
13+
below), where at least some equivalent residues of the two structures
14+
are known, structural alignment requires no *a priori* knowledge of
15+
equivalent positions. Structural alignment is a valuable tool for the
16+
comparison of proteins with low sequence similarity, where evolutionary
17+
relationships between proteins cannot be easily detected by standard
18+
sequence alignment techniques. Structural alignment can therefore be
19+
used to imply evolutionary relationships between proteins that share
20+
very little common sequence. However, caution should be used in using
21+
the results as evidence for shared evolutionary ancestry because of the
22+
possible confounding effects of convergent evolution by which multiple
23+
unrelated amino acid sequences converge on a common tertiary structure.
2424

2525
For more info see the [Wikipedia article on protein structure
2626
alignment](http://en.wikipedia.org/wiki/Structural_alignment).

wiki/BioJava:CookBook:PDB:align.mediawiki

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
=How can I calculate a structure alignment?=
22

33
=== What is a structure alignment? ===
4-
'''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, where at least some equivalent residues of the two structures are known, structural alignment requires no ''a priori'' knowledge of equivalent positions. 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 used in 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.
4+
'''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. 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 used in 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.
55

66
For more info see the [http://en.wikipedia.org/wiki/Structural_alignment Wikipedia article on protein structure alignment].
77

8-
9-
108
=== Alignment with Cobinatorial Extension (CE) and FATCAT ===
119

1210
The structure alignment possibilities of BioJava are going to be greatly enhanced in the upcoming BioJava 3 release. It provides a BioJava port of the '''Combinatorial Extension''' algorithm (CE) as well as of the '''FATCAT''' algorithm. The documentation how to use this algorithm is available from

0 commit comments

Comments
 (0)