Update README.md
Browse files
README.md
CHANGED
|
@@ -23,10 +23,10 @@ configs:
|
|
| 23 |
|
| 24 |
# SwissSidechain Residues
|
| 25 |
|
| 26 |
-
|
| 27 |
|
|
|
|
| 28 |
The original ZIP archives remain in the repository. The default `datasets` configuration uses the normalized Parquet files under `data/` so that the Hugging Face Dataset Viewer and `load_dataset()` can read the residue table directly.
|
| 29 |
-
|
| 30 |
The source library comments state that the SwissSidechain entries are copyright of the Swiss Institute of Bioinformatics, with non-profit use allowed when the content is not modified and the copyright statement is retained. Commercial use requires a license agreement. Check the original SwissSidechain terms before commercial use.
|
| 31 |
|
| 32 |
## Splits
|
|
@@ -201,6 +201,17 @@ print(manifest)
|
|
| 201 |
| `bbdep_rotamer_rows` | Rows in the backbone-dependent rotamer library for this residue code. |
|
| 202 |
| `split_bucket` | Deterministic split bucket from `sha256(entry_id) % 10`. |
|
| 203 |
|
| 204 |
-
#
|
| 205 |
|
| 206 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
# SwissSidechain Residues
|
| 25 |
|
| 26 |
+
SwissSideChain is a molecular and structural database of non-natural amino-acid sidechains, including structures, rotamers, and molecular mechanics parameters.
|
| 27 |
|
| 28 |
+
This dataset contains a viewer-friendly Parquet table derived from the SwissSidechain archives in this repository. Each row is one unique residue entry from the L or D SMI archives, with parsed availability and summary fields for PDB, MOL2, CHARMM topology, GROMACS RTP/HDB, bundle files, and rotamer libraries.
|
| 29 |
The original ZIP archives remain in the repository. The default `datasets` configuration uses the normalized Parquet files under `data/` so that the Hugging Face Dataset Viewer and `load_dataset()` can read the residue table directly.
|
|
|
|
| 30 |
The source library comments state that the SwissSidechain entries are copyright of the Swiss Institute of Bioinformatics, with non-profit use allowed when the content is not modified and the copyright statement is retained. Commercial use requires a license agreement. Check the original SwissSidechain terms before commercial use.
|
| 31 |
|
| 32 |
## Splits
|
|
|
|
| 201 |
| `bbdep_rotamer_rows` | Rows in the backbone-dependent rotamer library for this residue code. |
|
| 202 |
| `split_bucket` | Deterministic split bucket from `sha256(entry_id) % 10`. |
|
| 203 |
|
| 204 |
+
# Citation
|
| 205 |
|
| 206 |
+
```
|
| 207 |
+
@article{gfeller2013swisssidechain,
|
| 208 |
+
title = {{SwissSidechain}: a molecular and structural database of non-natural sidechains},
|
| 209 |
+
author = {Gfeller, David and Michielin, Olivier and Zoete, Vincent},
|
| 210 |
+
journal = {Nucleic Acids Research},
|
| 211 |
+
volume = {41},
|
| 212 |
+
number = {D1},
|
| 213 |
+
pages = {D327--D332},
|
| 214 |
+
year = {2013},
|
| 215 |
+
doi = {10.1093/nar/gks991}
|
| 216 |
+
}
|
| 217 |
+
```
|