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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,10 +48,15 @@ The Combinatorial Extension (CE) algorithm was originally developed by [Shindyal
48
48
49
49
### Combinatorial Extension with Circular Permutation (CE-CP)
50
50
51
+
This is a new variation of CE that can detect circular permutations in proteins.
52
+
51
53
### FATCAT - rigid
52
54
53
-
### FATCAR - flexible
55
+
This is a Java implementation of the original FATCAT algorithm. [Yuzhen Ye & Adam Godzik in 2003] (http://bioinformatics.oxfordjournals.org/content/19/suppl_2/ii246.abstract)
56
+
57
+
### FATCAT - flexible
54
58
59
+
Just as FATCAT - rigid, a Java implementation of the original FATCAT algorithm.
0 commit comments