1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
# The BioJava structure module
[](https://travis-ci.org/biojava/biojava) [](https://github.com/biojava/biojava/blob/master/LICENSE)
## About
<table>
<tr>
<td>
<img src="https://raw.github.com/biojava/biojava3-tutorial/master/structure/img/4hhb_jmol.png"/>
</td>
<td>
The <i>protein structure modules</i> of BioJava provide an API that allows to
<ul>
<li>Maintain local installations of PDB</li>
<li>Load structures and manipulate them</li>
<li>Perform standard analysis such as sequence and structure alignments</li>
<li><a href="https://github.com/biojava/biojava/tree/master/biojava3-structure-gui">Visualize structures</a></li>
</ul>
</td>
</tr>
</table>
## Tutorial
A tutorial for the protein structure modules is available on [Github](https://github.com/biojava/biojava3-tutorial/tree/master/structure).
|