You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How molecular sequences are linked to experimentally observed atoms.
@@ -16,7 +16,7 @@ As you can see, there are three PDB entries (PDB IDs [3LOH](http://www.rcsb.org/
16
16
17
17
The blue-boxes are regions for which atoms records are available. For the grey regions there is sequence information available in the PDB, but no coordinates.
18
18
19
-
## Seqres and Atom records
19
+
## Seqres and Atom Records
20
20
21
21
The sequence that has been used in the experiment is stored in the **Seqres** records in the PDB. It is often not the same sequences as can be found in Uniprot, since it can contain cloning-artefacts and modifications that were necessary in order to crystallize a structure.
22
22
@@ -40,7 +40,7 @@ The *mmCIF/PDBx* file format contains the information how the Seqres and atom re
40
40
41
41
```
42
42
43
-
## Accessing Seqres and Atom groups
43
+
## Accessing Seqres and Atom Groups
44
44
45
45
By default BioJava loads both the Seqres and Atom groups into the [Chain](http://www.biojava.org/docs/api/org/biojava/nbio/structure/Chain.html)
46
46
objects.
@@ -53,9 +53,7 @@ objects.
53
53
Groups that are part of the Seqres sequence as well as of the Atom records are mapped onto each other. This means you
54
54
can iterate over all Seqres groups in a chain and check, if they have observed atoms.
55
55
56
-
57
-
58
-
## Mapping from Uniprot to Atom records
56
+
## Mapping from Uniprot to Atom Records
59
57
60
58
The mapping between PDB and UniProt changes over time, due to the dynamic nature of biological data. The [PDBe](http://www.pdbe.org) has a project that provides up-to-date mappings between the two databases, the [SIFTs](http://www.ebi.ac.uk/pdbe/docs/sifts/) project.
61
59
@@ -105,7 +103,7 @@ This gives the following output:
105
103
106
104
Navigation:
107
105
[Home](../README.md)
108
-
| [Book 3: The Protein Structure modules](README.md)
106
+
| [Book 3: The Structure modules](README.md)
109
107
| Chapter 7 : SEQRES and ATOM records
110
108
111
109
Prev: [Chapter 6 : work with mmCIF/PDBx files](mmcif.md)
0 commit comments