DanielHesslow
commited on
Commit
•
70f05a6
1
Parent(s):
d1f96ac
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- protein sequences
|
4 |
+
datasets:
|
5 |
+
- Swissprot
|
6 |
+
tags:
|
7 |
+
- Protein
|
8 |
+
- Gene Ontology
|
9 |
+
- GO
|
10 |
+
---
|
11 |
+
|
12 |
+
Swissprot is a high quality manually annotated protein database. The dataset contains annotations with the functional properties of the proteins. Here we extract proteins with Gene Ontology labels.
|
13 |
+
|
14 |
+
The dataset is ported from Protinfer: https://github.com/google-research/proteinfer.
|
15 |
+
|
16 |
+
The GO-labels are extracted and indexed, the mapping is provided in `idx_mapping.json`. Proteins without GO tags are removed.
|