Skip to content

Commit 93a5c1f

Browse files
author
Andreas Prlic
committed
small improvements
1 parent b7acd0c commit 93a5c1f

2 files changed

Lines changed: 29 additions & 2 deletions

File tree

structure/alignment.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,39 @@ For more info see the Wikipedia article on [protein structure alignment](http://
1111

1212
## Alignment Algorithms supported by BioJava
1313

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+
![Alignment GUI](img/alignment_gui.png)
32+
33+
34+
1535

1636
## Combinatorial Extension (CE)
1737

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+
1840
## Combinatorial Extension with Circular Permutation (CE-CP)
1941

2042
## FATCAT - rigid
2143

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.

structure/img/alignment_gui.png

40.3 KB
Loading

0 commit comments

Comments
 (0)