Skip to content

Commit 36e62a6

Browse files
committed
Update structure-data-model.md
1 parent e3b8dd6 commit 36e62a6

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

structure/structure-data-model.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ BioJava provides a flexible data structure for managing protein structural data.
1414
A Structure has a hierarchy of sub-objects:
1515

1616
<pre>
17-
Structure
17+
Structure
1818
|
1919
Model(s)
2020
|
@@ -47,9 +47,17 @@ If you want to directly access an array of [Atoms](http://www.biojava.org/docs/a
4747

4848
Alternatively you can access atoms also by their parent-group.
4949

50-
## Compounds (Entities) and Chains
50+
## Entities and Chains
5151

52-
//TODO
52+
Entities (sometimes also called compounds) are the distinct chemical components of structures in the PDB.
53+
Unlike chains, entities do not include duplicate copies and each entity is different from every other
54+
entity in the structure. There are different types of entities. Polymer entities include Protein, DNA,
55+
and RNA. Ligands are smaller chemical components that are not part of a polymer entity.
56+
57+
To explain this with an example, hemoglobin (e.g. PDB ID 4HHB) has two components, alpha
58+
and beta. Each of the entities has two copies (= chains) in the structure. IN 4HHB, alpha
59+
has the two chains with the IDs A, and C and beta the chains B, and D. In total, hemoglobin is
60+
built up out of four chains.
5361

5462
## Loop over all the data
5563

0 commit comments

Comments
 (0)