anindya64 commited on
Commit
4cad30c
·
verified ·
1 Parent(s): 5e142fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -19,7 +19,7 @@ configs:
19
 
20
  # DisProt Protein Disorder Annotations
21
 
22
- This dataset contains a viewer-friendly protein-level Parquet table derived from the DisProt JSONL source in this repository. Each row is one DisProt protein entry. Curated disorder/function/transition regions are also available as `metadata/regions.parquet`.
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
- ## Preparation
117
 
118
- The normalization script used to create the Parquet files is included at `scripts/prepare_disprot_dataset.py`.
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```