Skip to content

Commit 0cbc105

Browse files
committed
/* How can I calculate a structure alignment? */
1 parent 55c736e commit 0cbc105

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

wiki/BioJava:CookBook:PDB:align.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,5 @@ different structural models of the same protein. BioJava also provides a
5353
tool for this. (See the
5454
[SVDSuperimposer.html](http://www.biojava.org/docs/api/org/biojava/bio/structure/SVDSuperimposer.html)
5555
javadoc.
56+
57+
### Interesting test proteins

wiki/BioJava:CookBook:PDB:align.mediawiki

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ BioJava 1.7 contains an unpublished structure alignment algorithm. For more info
2121

2222
=== Structure superposition ===
2323

24-
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.
24+
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.
25+
26+
=== Interesting test proteins ===

0 commit comments

Comments
 (0)