sreeharshk commited on
Commit
9682ca9
·
verified ·
1 Parent(s): 13d737d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -16
README.md CHANGED
@@ -26,11 +26,11 @@ size_categories:
26
 
27
  ## Overview
28
 
29
- The **Morpheus-3D Database** is a comprehensive sequence–structure resource developed to support the **Morpheus-3D** framework for protein fold-switching prediction and structural diversity analysis. It integrates experimentally determined structures from the **Protein Data Bank (PDB)** and high-confidence predictions from the **AlphaFold Protein Structure Database** into a unified, searchable repository.
30
 
31
  Each protein entry contains multiple complementary structural representations, enabling efficient sequence-to-structure mapping, structural alphabet analysis, and rapid retrieval of protein fragments for computational structural biology and machine learning applications.
32
 
33
- This repository contains the database used by the **Morpheus-3D** software and web server.
34
 
35
  ---
36
 
@@ -50,7 +50,7 @@ This repository contains the database used by the **Morpheus-3D** software and w
50
  # Repository Contents
51
 
52
  ```
53
- Morpheus3D_database_fasta.zip
54
  Morpheus3D_database_sqlite.zip
55
  README.md
56
  LICENSE
@@ -60,9 +60,9 @@ LICENSE
60
 
61
  # File Descriptions
62
 
63
- ## Morpheus3D_database_fasta.zip
64
 
65
- Compressed archive containing the complete Morpheus-3D protein database.
66
 
67
  After extraction:
68
 
@@ -72,11 +72,11 @@ Morpheus3D_database.fasta
72
 
73
  Each protein record contains:
74
 
75
- 1. Protein identifier
76
- 2. Amino acid sequence
77
- 3. DSSP secondary structure annotation
78
- 4. Foldseek 3Di structural alphabet sequence
79
- 5. Residue-wise AlphaFold pLDDT confidence scores (when available)
80
 
81
  ### Record Format
82
 
@@ -114,8 +114,8 @@ The SQLite database provides:
114
 
115
  The Morpheus-3D Database integrates protein structural information from:
116
 
117
- - **Protein Data Bank (PDB)**
118
- - **AlphaFold Protein Structure Database**
119
 
120
  Protein structures were processed to generate:
121
 
@@ -128,7 +128,7 @@ Protein structures were processed to generate:
128
 
129
  # Applications
130
 
131
- The Morpheus-3D Database can be used for:
132
 
133
  - Protein fold-switching prediction
134
  - Structural diversity analysis
@@ -143,16 +143,29 @@ The Morpheus-3D Database can be used for:
143
 
144
  # Download
145
 
146
- The database is distributed as compressed ZIP archives to reduce download size and facilitate efficient storage. Extract both archives before using them with the Morpheus-3D software.
 
 
 
 
 
 
 
 
 
 
 
 
 
147
 
148
  ---
149
 
150
  # Contact
151
 
152
- For questions regarding the Morpheus-3D database or software, please open an issue in this repository or contact the corresponding authors of the Morpheus-3D project.
153
 
154
  ---
155
 
156
  # Acknowledgements
157
 
158
- The Morpheus-3D Database was developed as part of the Morpheus-3D framework for large-scale prediction and localization of protein fold-switching behavior using sequence-derived structural diversity. The database is intended to support reproducible research in structural bioinformatics, protein science, and machine learning.
 
26
 
27
  ## Overview
28
 
29
+ The **Morpheus-3D Database** is a comprehensive sequence–structure resource developed to support the **Morpheus-3D** framework for protein fold-switching prediction and structural diversity analysis. It integrates experimentally determined structures from the **Protein Data Bank (PDB)** and high-confidence protein structure predictions from the **AlphaFold Protein Structure Database** into a unified, searchable repository.
30
 
31
  Each protein entry contains multiple complementary structural representations, enabling efficient sequence-to-structure mapping, structural alphabet analysis, and rapid retrieval of protein fragments for computational structural biology and machine learning applications.
32
 
33
+ This repository contains the databases used by the **Morpheus-3D** software and web server.
34
 
35
  ---
36
 
 
50
  # Repository Contents
51
 
52
  ```
53
+ Morpheus3D_sequence_database.zip
54
  Morpheus3D_database_sqlite.zip
55
  README.md
56
  LICENSE
 
60
 
61
  # File Descriptions
62
 
63
+ ## Morpheus3D_sequence_database.zip
64
 
65
+ Compressed archive containing the complete Morpheus-3D protein sequence database.
66
 
67
  After extraction:
68
 
 
72
 
73
  Each protein record contains:
74
 
75
+ - Protein identifier
76
+ - Amino acid sequence
77
+ - DSSP secondary structure annotation
78
+ - Foldseek 3Di structural alphabet sequence
79
+ - Residue-wise AlphaFold pLDDT confidence scores (when available)
80
 
81
  ### Record Format
82
 
 
114
 
115
  The Morpheus-3D Database integrates protein structural information from:
116
 
117
+ - Protein Data Bank (PDB)
118
+ - AlphaFold Protein Structure Database
119
 
120
  Protein structures were processed to generate:
121
 
 
128
 
129
  # Applications
130
 
131
+ The Morpheus-3D Database supports a wide range of computational structural biology and machine learning applications, including:
132
 
133
  - Protein fold-switching prediction
134
  - Structural diversity analysis
 
143
 
144
  # Download
145
 
146
+ This repository contains two downloadable archives:
147
+
148
+ | Archive | Description |
149
+ |----------|-------------|
150
+ | **Morpheus3D_sequence_database.zip** | FASTA-based protein sequence database containing amino acid sequences, DSSP annotations, Foldseek 3Di structural alphabet sequences, and residue-wise AlphaFold pLDDT confidence scores. |
151
+ | **Morpheus3D_database_sqlite.zip** | Indexed SQLite database for high-performance sequence lookup, k-mer indexing, and rapid integration with the Morpheus-3D software and web server. |
152
+
153
+ Download and extract the archive(s) required for your application before using them with the Morpheus-3D software.
154
+
155
+ ---
156
+
157
+ # Citation
158
+
159
+ If you use the Morpheus-3D Database in your research, please cite the accompanying Morpheus-3D publication (citation to be added upon publication).
160
 
161
  ---
162
 
163
  # Contact
164
 
165
+ For questions, bug reports, or feature requests, please open an issue in this repository or contact the corresponding authors of the Morpheus-3D project.
166
 
167
  ---
168
 
169
  # Acknowledgements
170
 
171
+ The Morpheus-3D Database was developed as part of the Morpheus-3D framework for large-scale prediction and localization of protein fold-switching behavior using sequence-derived structural diversity. It is intended to facilitate reproducible research in structural bioinformatics, protein science, and machine learning.