Skip to content

Commit d60b701

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

3 files changed

Lines changed: 14 additions & 5 deletions

File tree

structure/alignment.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,31 @@ Before going the details how to use the algorithms programmatically, let's take
2626
AlignmentGui.getInstance();
2727
</pre>
2828

29-
shows this user interface:
29+
shows the following user interface.
3030

3131
![Alignment GUI](img/alignment_gui.png)
3232

33+
You can manually select protein chains, domains, or custom files to be aligned. Try to align 2hyn vs. 1zll. This will show the results in a graphical way, in 3D:
3334

35+
![3D Alignment of PDB IDs 2hyn and 1zll](img/2hyn_1zll.png)
3436

37+
and also a 2D display, that interacts with the 3D display
3538

36-
## Combinatorial Extension (CE)
39+
![2D Alignment of PDB IDs 2hyn and 1zll](img/alignmentpanel.png)
40+
41+
The functionality to perform and visualize these alignments can of course be used also from your own code. Let's first have a look at the alignment algorithms:
42+
43+
## The Alignment Algorithms
44+
45+
### Combinatorial Extension (CE)
3746

3847
The Combinatorial Extension (CE) algorithm was originally developed by [Shindyalov and Bourne in 1998](http://peds.oxfordjournals.org/content/11/9/739.short).
3948

40-
## Combinatorial Extension with Circular Permutation (CE-CP)
49+
### Combinatorial Extension with Circular Permutation (CE-CP)
4150

42-
## FATCAT - rigid
51+
### FATCAT - rigid
4352

44-
## FATCAR - flexible
53+
### FATCAR - flexible
4554

4655

4756
## Acknowledgements

structure/img/2hyn_1zll.png

120 KB
Loading

structure/img/alignmentpanel.png

55.9 KB
Loading

0 commit comments

Comments
 (0)