Skip to content

Commit a37f301

Browse files
committed
Starting External databases page
1 parent 93a5c1f commit a37f301

3 files changed

Lines changed: 26 additions & 1 deletion

File tree

structure/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Chapter 10 - Protein Symmetry
4949

5050
Chapter 11 - Bonds
5151

52-
Chapter 12 - External Databases like SCOP & CATH
52+
Chapter 12 - [External Databases](externaldb.md) like SCOP & CATH
5353

5454

5555
### Author:

structure/externaldb.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
External Databases
2+
==================
3+
4+
Biojava provides access to a number of external structural databases. These often use [caching](caching.md) to reduce the amount of data which must be downloaded from the database.
5+
6+
SCOP
7+
----
8+
9+
<div style="float:right; margin-left:auto; border: grey 1px;">
10+
<img src="img/1dan_scop.png" width=300 /><br/>
11+
<p style="width:300px; font-size:80%;">(Top) The structure 1DAN contains four chains. (Bottom) These chains are broken up into six SCOP domains. The green chain L becomes 3 domains, while a combination of chains U (red) and T (orange) go to form the central purpal domain.</p>
12+
</div>
13+
14+
The Structural Classification of Proteins (SCOP) is a manually curated classification of protein structural domains. It provides two pieces of data:
15+
16+
* The breakdown of a protein into structural domains
17+
* A classification of domains according to their structure.
18+
19+
Domains are referred to by a 7-letter identifier consisting of the letter 'd', the pdb id of the structure, the chain identifier (or '.' for multichain domains), and a alphanumeric domain identifier (or '_' for single-domain chains). Domains are classified into a heirarchy according to their structural similarity. From least similar to most similar, the levels are:
20+
21+
1. __Class__ Similar secondary structure composition
22+
2. __Fold__ Major structural similarity
23+
3. __Superfamily__ Probably evolutionarily related
24+
4. __Family__ Clearly evolutionarily related
25+
5. __Domain__ Unique domain

structure/img/1dan_scop.png

211 KB
Loading

0 commit comments

Comments
 (0)