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
+29-2Lines changed: 29 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,39 @@ For more info see the Wikipedia article on [protein structure alignment](http://
11
11
12
12
## Alignment Algorithms supported by BioJava
13
13
14
-
BioJava comes with implementations of the Combinatorial Extension (CE) and FATCAT algorithms. Both algorithms come in two variations, as such one can say that BioJava supports the following four algorithms
14
+
BioJava comes with implementations of the Combinatorial Extension (CE) and FATCAT algorithms. Both algorithms come in two variations, as such one can say that BioJava supports the following four algorithms.
15
+
16
+
1. Combinatorial Extension (CE)
17
+
2. Combinatorial Extension with Circular Permutation (CE-CP)
18
+
3. FATCAT - rigid
19
+
4. FATCAT - flexible.
20
+
21
+
## Alignment User Interface
22
+
23
+
Before going the details how to use the algorithms programmatically, let's take a look at the user interface that cames with the *biojava-structure-gui* module.
24
+
25
+
<pre>
26
+
AlignmentGui.getInstance();
27
+
</pre>
28
+
29
+
shows this user interface:
30
+
31
+

32
+
33
+
34
+
15
35
16
36
## Combinatorial Extension (CE)
17
37
38
+
The Combinatorial Extension (CE) algorithm was originally developed by [Shindyalov and Bourne in 1998](http://peds.oxfordjournals.org/content/11/9/739.short).
39
+
18
40
## Combinatorial Extension with Circular Permutation (CE-CP)
19
41
20
42
## FATCAT - rigid
21
43
22
-
# FATCAR - flexible
44
+
## FATCAR - flexible
45
+
46
+
47
+
## Acknowledgements
48
+
49
+
Thanks to P. Bourne, Yuzhen Ye and A. Godzik for granting permission to freely use and redistribute their algorithms.
0 commit comments