Update README.md
Browse files
README.md
CHANGED
|
@@ -1,29 +1,40 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
---
|
| 4 |
|
| 5 |
-
#
|
| 6 |
|
| 7 |
-
|
| 8 |
|
| 9 |
-
|
| 10 |
|
|
|
|
| 11 |
|
| 12 |
## Citing The Dataset
|
| 13 |
|
| 14 |
-
|
| 15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
## Dataset Size
|
| 18 |
|
| 19 |
-
|
| 20 |
-
| Number of trajectories | 8,385 |
|
| 21 |
| ---- | ---- |
|
|
|
|
| 22 |
| Length per trajectory | 100 ns |
|
| 23 |
| Cumulative simulation time | 838.5 µs |
|
| 24 |
| Total number of atoms | 3,990,516 |
|
| 25 |
| Average system size (atoms) | ~476 |
|
| 26 |
| Total number of residues | 491,395 |
|
| 27 |
| Average system size (residues) | ~59 |
|
| 28 |
-
| Storage size | ~611GB |
|
| 29 |
-
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
---
|
| 4 |
|
| 5 |
+
# A Dataset of Small Protein Conformational Ensembles from All-Atom Molecular Dynamics Simulations
|
| 6 |
|
| 7 |
+
This dataset, hereafter referred to as **DynoDB**, consists of 8,385 molecular dynamics (MD) trajectories of small proteins (5–100 amino acids). Each entry contains 1,000 ensemble frames extracted from 100 ns production runs, providing a systematic characterization of small protein conformational landscapes at the atomic scale.
|
| 8 |
|
| 9 |
+
## License
|
| 10 |
|
| 11 |
+
This dataset is licensed under the **Creative Commons Attribution 4.0 International License (CC BY 4.0)**. By using this dataset, you agree to cite the original work as specified below.
|
| 12 |
|
| 13 |
## Citing The Dataset
|
| 14 |
|
| 15 |
+
If you use this dataset in your research, please cite the following paper:
|
| 16 |
+
[... (Scientific Data, 2026)]
|
| 17 |
+
DOI: https://doi.org/10.57967/HF/7057
|
| 18 |
+
|
| 19 |
+
## Dataset Structure
|
| 20 |
+
|
| 21 |
+
The data is organized as follows:
|
| 22 |
+
- `static_structures/`: Initial PDB conformations.
|
| 23 |
+
- `processed_structures/`: Preprocessed and repaired models.
|
| 24 |
+
- `trajectory_frames/`: Extracted frames (1,000 per system).
|
| 25 |
+
- `metadata/`:
|
| 26 |
+
- `Sheet 1`: Structural and functional annotations for 8,385 entries.
|
| 27 |
+
- `Sheet 2`: Specific identifiers for the 130 validation systems (ATLAS benchmarks).
|
| 28 |
|
| 29 |
## Dataset Size
|
| 30 |
|
| 31 |
+
| Dataset Metric | Value |
|
|
|
|
| 32 |
| ---- | ---- |
|
| 33 |
+
| Number of trajectories | 8,385 |
|
| 34 |
| Length per trajectory | 100 ns |
|
| 35 |
| Cumulative simulation time | 838.5 µs |
|
| 36 |
| Total number of atoms | 3,990,516 |
|
| 37 |
| Average system size (atoms) | ~476 |
|
| 38 |
| Total number of residues | 491,395 |
|
| 39 |
| Average system size (residues) | ~59 |
|
| 40 |
+
| Storage size | ~611GB |
|
|
|