File size: 4,942 Bytes
26399b2 9682ca9 26399b2 73aff1b 26399b2 9682ca9 26399b2 73aff1b 26399b2 73aff1b 26399b2 9682ca9 73aff1b 26399b2 9682ca9 73aff1b 9682ca9 26399b2 73aff1b 26399b2 73aff1b 26399b2 9682ca9 26399b2 73aff1b 26399b2 73aff1b 26399b2 73aff1b 26399b2 73aff1b 26399b2 73aff1b 26399b2 73aff1b 26399b2 73aff1b 26399b2 9682ca9 26399b2 73aff1b 26399b2 9682ca9 26399b2 73aff1b 26399b2 73aff1b 26399b2 73aff1b 9682ca9 c8bc235 26399b2 c8bc235 73aff1b 26399b2 9682ca9 26399b2 9682ca9 | 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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 | ---
license: apache-2.0
language:
- en
pretty_name: Morpheus-3D Database
tags:
- protein
- protein-structure
- structural-biology
- bioinformatics
- foldseek
- 3di
- alphafold
- pdb
- metamorphic-proteins
- machine-learning
- dataset
size_categories:
- 1M<n<10M
---
# Morpheus-3D Database
## Overview
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.
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.
This repository contains the databases used by the **Morpheus-3D** software and web server.
---
# Dataset Statistics
| Property | Value |
|-----------|-------:|
| Total protein entries | **1,770,688** |
| Total residues | **4,101,250,302** |
| Minimum sequence length | **5 amino acids** |
| Maximum sequence length | **29,668 amino acids** |
| Mean sequence length | **2,316.19 amino acids** |
| Median sequence length | **1,364 amino acids** |
---
# Repository Contents
```
Morpheus3D_sequence_database.zip
Morpheus3D_database_sqlite.zip
README.md
LICENSE
```
---
# File Descriptions
## Morpheus3D_sequence_database.zip
Compressed archive containing the complete Morpheus-3D protein sequence database.
After extraction:
```
Morpheus3D_database.fasta
```
Each protein record contains:
- Protein identifier
- Amino acid sequence
- DSSP secondary structure annotation
- Foldseek 3Di structural alphabet sequence
- Residue-wise AlphaFold pLDDT confidence scores (when available)
### Record Format
```text
>Protein_ID
AMINO_ACID_SEQUENCE
DSSP_SEQUENCE
3DI_SEQUENCE
[pLDDT_VALUES]
```
---
## Morpheus3D_database_sqlite.zip
Compressed archive containing the indexed SQLite database used by the Morpheus-3D prediction pipeline.
After extraction:
```
Morpheus3D_database.sqlite
```
The SQLite database provides:
- Fast protein sequence lookup
- Efficient k-mer indexing
- Rapid structural fragment retrieval
- High-performance database queries
- Direct compatibility with the Morpheus-3D software and web server
---
# Data Sources
The Morpheus-3D Database integrates protein structural information from:
- Protein Data Bank (PDB)
- AlphaFold Protein Structure Database
Protein structures were processed to generate:
- Amino acid sequences
- DSSP secondary structure assignments
- Foldseek 3Di structural alphabet representations
- Residue-wise AlphaFold pLDDT confidence scores (where available)
---
# Applications
The Morpheus-3D Database supports a wide range of computational structural biology and machine learning applications, including:
- Protein fold-switching prediction
- Structural diversity analysis
- Protein language model development
- Foldseek 3Di structural alphabet research
- Sequence–structure relationship studies
- Protein engineering
- Computational structural biology
- Machine learning on protein structural representations
---
# Download
This repository contains two downloadable archives:
| Archive | Description |
|----------|-------------|
| **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. |
| **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. |
Download and extract the archive(s) required for your application before using them with the Morpheus-3D software.
---
# Citation
If you use the Morpheus-3D Database or its derived structural representations in your research, please cite:
Sreeharsh Kuniyil, Vijay Subramanian, Akanksha Arun, Anand Lakshmanan, Ashok Sekhar, Anand Srivastava. **Morpheus-3D: Structural Diversity-Guided Detection and Localization of Protein Fold Switching.** bioRxiv (2026). https://doi.org/10.64898/2026.08.16.745091
# Contact
For questions, bug reports, or feature requests, please open an issue in this repository or contact the corresponding authors of the Morpheus-3D project.
---
# Acknowledgements
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. |