Datasets:
monsoon-nlp
commited on
Commit
•
69a9980
1
Parent(s):
5d97ffa
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
---
|
2 |
license: cc
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc
|
3 |
+
tags:
|
4 |
+
- biology
|
5 |
+
- protein
|
6 |
+
- primate
|
7 |
---
|
8 |
+
|
9 |
+
All primate proteins in UniProtKB (knowledge base), including but not limited to humans.
|
10 |
+
|
11 |
+
Each row contains a gene name, species or subspecies, an amino acid sequence, and comments / annotations available in UniProt.
|
12 |
+
A gene name may match multiple entries / IDs on UniProt from different accessions.
|
13 |
+
|
14 |
+
Annotations may be empty, or may include information such as:
|
15 |
+
- likely function, written in English
|
16 |
+
- location inside of cell (e.g. "Subcellular locations: Cytoplasm, Melanosome")
|
17 |
+
- locations in the body (e.g. "Isoform 1 is only expressed in skeletal muscle.")
|
18 |
+
|
19 |
+
Removed PubMed reference numbers to avoid training models to hallucinate PubMed references.
|
20 |
+
|
21 |
+
XML source from https://www.uniprot.org/help/downloads
|
22 |
+
|
23 |
+
CoLab notebook: https://colab.research.google.com/drive/1M6sO0Ws6i5z9VUXIXopiOqo1OkQ7K-1g?usp=sharing
|