Skip to content

Commit d9cfc93

Browse files
committed
/* How can I calculate a structure alignment? */
1 parent c0a3daa commit d9cfc93

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

wiki/BioJava:CookBook:PDB:align.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ tool for this. (See the
5454
[SVDSuperimposer.html](http://www.biojava.org/docs/api/org/biojava/bio/structure/SVDSuperimposer.html)
5555
javadoc.
5656

57+
### Where is it being used ?
58+
59+
The protein structure modules of BioJava3 are used on the RCSB PDB web
60+
site for the [Protein Comparison
61+
Tool](http://www.rcsb.org/pdb/workbench/workbench.do).
62+
5763
### Interesting test proteins
5864

5965
1. 1cdg.A vs 1tim.A . A TIM barrel aligned with a **multi domain

wiki/BioJava:CookBook:PDB:align.mediawiki

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ BioJava 1.7 contains an unpublished structure alignment algorithm. For more info
2323

2424
Also know as "overlaying" is a process of fitting two (equivalent) sets of Atoms onto each other. This can be useful e.g. to overlay two different structural models of the same protein. BioJava also provides a tool for this. (See the [http://www.biojava.org/docs/api/org/biojava/bio/structure/SVDSuperimposer.html SVDSuperimposer.html] javadoc.
2525

26+
=== Where is it being used ? ===
27+
28+
The protein structure modules of BioJava3 are used on the RCSB PDB web site for the [http://www.rcsb.org/pdb/workbench/workbench.do Protein Comparison Tool].
29+
2630
=== Interesting test proteins ===
2731

2832
# 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)

0 commit comments

Comments
 (0)