Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ configs:
|
|
| 19 |
|
| 20 |
# DisProt Protein Disorder Annotations
|
| 21 |
|
| 22 |
-
|
| 23 |
|
| 24 |
## Splits
|
| 25 |
|
|
@@ -113,6 +113,17 @@ print(regions.head())
|
|
| 113 |
| `gene_names` | Gene names and synonyms. |
|
| 114 |
| `split_bucket` | Deterministic split bucket from `sha256(disprot_id) % 10`. |
|
| 115 |
|
| 116 |
-
#
|
| 117 |
|
| 118 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
# DisProt Protein Disorder Annotations
|
| 21 |
|
| 22 |
+
DisProt is a manually curated database of intrinsically disordered proteins and regions, including experimental evidence and functional annotations for protein disorder.
|
| 23 |
|
| 24 |
## Splits
|
| 25 |
|
|
|
|
| 113 |
| `gene_names` | Gene names and synonyms. |
|
| 114 |
| `split_bucket` | Deterministic split bucket from `sha256(disprot_id) % 10`. |
|
| 115 |
|
| 116 |
+
# Citation
|
| 117 |
|
| 118 |
+
```
|
| 119 |
+
@article{quaglia2022disprot,
|
| 120 |
+
title = {{DisProt} in 2022: improved quality and accessibility of protein intrinsic disorder annotation},
|
| 121 |
+
author = {Quaglia, Federica and M{\'e}sz{\'a}ros, B{\'a}lint and Salladini, Elisa and others},
|
| 122 |
+
journal = {Nucleic Acids Research},
|
| 123 |
+
volume = {50},
|
| 124 |
+
number = {D1},
|
| 125 |
+
pages = {D480--D487},
|
| 126 |
+
year = {2022},
|
| 127 |
+
doi = {10.1093/nar/gkab1082}
|
| 128 |
+
}
|
| 129 |
+
```
|