Update README.md
Browse files
README.md
CHANGED
|
@@ -21,8 +21,9 @@ configs:
|
|
| 21 |
|
| 22 |
# Gene Ontology Annotation UniProt
|
| 23 |
|
| 24 |
-
|
| 25 |
|
|
|
|
| 26 |
Use the original compressed files for complete GOA coverage. Use the default Parquet table for quick inspection, schema discovery, examples, and Dataset Viewer previews.
|
| 27 |
|
| 28 |
## Splits
|
|
@@ -143,6 +144,17 @@ gaf_path = hf_hub_download(
|
|
| 143 |
| `gene_product_form_id` | Gene product form identifier. |
|
| 144 |
| `split_bucket` | Deterministic split bucket from `sha256(annotation_id) % 10`. |
|
| 145 |
|
| 146 |
-
#
|
| 147 |
|
| 148 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
# Gene Ontology Annotation UniProt
|
| 23 |
|
| 24 |
+
GOA provides high-quality, evidence-coded Gene Ontology annotations for UniProtKB proteins, RNAs, and protein complexes.
|
| 25 |
|
| 26 |
+
This dataset contains the original GOA UniProt source files plus a viewer-friendly Parquet sample/index table. The source `goa_uniprot_all.gaf.gz` and `goa_uniprot_all.gpa.gz` files are very large, so the default Dataset Viewer table contains the first 50,000 parsed annotation rows from each source file, along with a source-file manifest in `metadata/source_files.parquet`.
|
| 27 |
Use the original compressed files for complete GOA coverage. Use the default Parquet table for quick inspection, schema discovery, examples, and Dataset Viewer previews.
|
| 28 |
|
| 29 |
## Splits
|
|
|
|
| 144 |
| `gene_product_form_id` | Gene product form identifier. |
|
| 145 |
| `split_bucket` | Deterministic split bucket from `sha256(annotation_id) % 10`. |
|
| 146 |
|
| 147 |
+
# Citaton
|
| 148 |
|
| 149 |
+
```
|
| 150 |
+
@article{huntley2015goa,
|
| 151 |
+
title = {The {GOA} database: Gene Ontology annotation updates for 2015},
|
| 152 |
+
author = {Huntley, Rachael P. and Sawford, Tony and Mutowo-Meullenet, Prudence and Shypitsyna, Aleksandra and Bonilla, Carlos and Martin, Maria Jesus and O'Donovan, Claire},
|
| 153 |
+
journal = {Nucleic Acids Research},
|
| 154 |
+
volume = {43},
|
| 155 |
+
number = {D1},
|
| 156 |
+
pages = {D1057--D1063},
|
| 157 |
+
year = {2015},
|
| 158 |
+
doi = {10.1093/nar/gku1113}
|
| 159 |
+
}
|
| 160 |
+
```
|