Skip to content

Commit c0a3daa

Browse files
committed
/* Interesting test proteins */
1 parent 440df1a commit c0a3daa

2 files changed

Lines changed: 11 additions & 8 deletions

File tree

wiki/BioJava:CookBook:PDB:align.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,14 @@ javadoc.
6262
setting the *Maximum Gap Size* parameter in CE to *unlimited* (-1)
6363
allows it to find the whole barrel.
6464
([Example](http://www.rcsb.org/pdb/workbench/workbench.do?action=pw_ce&mol=1tim.A&mol=1cdg.A) -
65-
default gap size)
66-
67-
<!-- -->
68-
69-
1. 4hhb.A vs. 4hhb.B See how the visualisation tools in BioJava can
65+
CE with default gap size)
66+
2. 4hhb.A vs. 4hhb.B See how the visualisation tools in BioJava can
7067
also display a superposition of the **ligands** in an alignment.
7168
([Example](http://www.rcsb.org/pdb/workbench/workbench.do?action=pw_ce&mol=4hhb.A&mol=4hhb.B))
69+
3. 1a64.A vs. 1hng.B . Domain swapping. In this example the similarity
70+
between the two chains can best be found using the FATCAT-flexible
71+
algorithm (Compare these examples:
72+
[FATCAT-flexible](http://www.rcsb.org/pdb/workbench/workbench.do?action=pw_fatcat_flexible&mol=1hng.B&mol=1a64.A)
73+
vs.
74+
[CE](http://www.rcsb.org/pdb/workbench/workbench.do?action=pw_ce&mol=1HNG.B&mol=1A64.A)
7275

wiki/BioJava:CookBook:PDB:align.mediawiki

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ Also know as "overlaying" is a process of fitting two (equivalent) sets of Atoms
2525

2626
=== Interesting test proteins ===
2727

28-
# 1cdg.A vs 1tim.A . A TIM barrel aligned with a '''multi domain protein''' that contains a TIM barrel. While default CE and FATCAT (rigid) parameters only manage to find 3/4 of the barrel aligned, setting the ''Maximum Gap Size'' parameter in CE to ''unlimited'' (-1) allows it to find the whole barrel. ([http://www.rcsb.org/pdb/workbench/workbench.do?action=pw_ce&mol=1tim.A&mol=1cdg.A Example] - default gap size)
29-
30-
# 4hhb.A vs. 4hhb.B See how the visualisation tools in BioJava can also display a superposition of the '''ligands''' in an alignment. ([http://www.rcsb.org/pdb/workbench/workbench.do?action=pw_ce&mol=4hhb.A&mol=4hhb.B Example])
28+
# 1cdg.A vs 1tim.A . A TIM barrel aligned with a '''multi domain protein''' that contains a TIM barrel. While default CE and FATCAT (rigid) parameters only manage to find 3/4 of the barrel aligned, setting the ''Maximum Gap Size'' parameter in CE to ''unlimited'' (-1) allows it to find the whole barrel. ([http://www.rcsb.org/pdb/workbench/workbench.do?action=pw_ce&mol=1tim.A&mol=1cdg.A Example] - CE with default gap size)
29+
# 4hhb.A vs. 4hhb.B See how the visualisation tools in BioJava can also display a superposition of the '''ligands''' in an alignment. ([http://www.rcsb.org/pdb/workbench/workbench.do?action=pw_ce&mol=4hhb.A&mol=4hhb.B Example])
30+
# 1a64.A vs. 1hng.B . Domain swapping. In this example the similarity between the two chains can best be found using the FATCAT-flexible algorithm (Compare these examples: [http://www.rcsb.org/pdb/workbench/workbench.do?action=pw_fatcat_flexible&mol=1hng.B&mol=1a64.A FATCAT-flexible] vs. [http://www.rcsb.org/pdb/workbench/workbench.do?action=pw_ce&mol=1HNG.B&mol=1A64.A CE]

0 commit comments

Comments
 (0)