File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ algorithms.
5959
6060The Combinatorial Extension (CE) algorithm was originally developed by
6161[ Shindyalov and Bourne in
62- 1998] ( http://peds.oxfordjournals.org/content/11/9/739.short ) [ ![ Version ] ( http://img.shields.io/badge/in-pubmed-blue.svg?style=flat )] ( http://www.ncbi.nlm.nih.gov/pubmed/9796821 ) .
62+ 1998] ( http://peds.oxfordjournals.org/content/11/9/739.short ) [ ![ pubmed ] ( http://img.shields.io/badge/in-pubmed-blue.svg?style=flat )] ( http://www.ncbi.nlm.nih.gov/pubmed/9796821 ) .
6363It works by identifying segments of the two proteins with similar local
6464structure, and then combining those to try to align the most residues possible
6565while keeping the overall RMSD of the superposition low.
@@ -103,7 +103,8 @@ BioJava class: [org.biojava.bio.structure.align.ce.CeCPMain](http://www.biojava.
103103
104104This is a Java implementation of the original FATCAT algorithm by [ Yuzhen Ye
105105& ; Adam Godzik in
106- 2003] ( http://bioinformatics.oxfordjournals.org/content/19/suppl_2/ii246.abstract ) .
106+ 2003] ( http://bioinformatics.oxfordjournals.org/content/19/suppl_2/ii246.abstract )
107+ [ ![ pubmed] ( http://img.shields.io/badge/in-pubmed-blue.svg?style=flat )] ( http://www.ncbi.nlm.nih.gov/pubmed/14534198 ) .
107108It performs similarly to CE for most proteins. The 'rigid' flavor uses a
108109rigid-body superposition and only considers alignments with matching sequence
109110order.
You can’t perform that action at this time.
0 commit comments