DanielHesslow
commited on
Commit
•
d7e7402
1
Parent(s):
ac85a96
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 |
+
- Enzyme Commission
|
9 |
+
- EC
|
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 Enzyme Commission labels.
|
13 |
+
|
14 |
+
The dataset is ported from Protinfer: https://github.com/google-research/proteinfer.
|
15 |
+
|
16 |
+
The EC-labels are extracted and indexed, the mapping is provided in `idx_mapping.json`. Proteins without EC tags are removed.
|