Upload 3 files
Browse files- README.md +30 -0
- dataset.csv +0 -0
- metadata.json +4 -0
README.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: dataset
|
| 5 |
+
data_files: "dataset.csv"
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
### Description
|
| 9 |
+
This dataset contains 25693 amino acid sequences and labels on each amino acid.
|
| 10 |
+
|
| 11 |
+
**Protein Format:** AA sequence
|
| 12 |
+
|
| 13 |
+
### Splits
|
| 14 |
+
traing: 20490
|
| 15 |
+
|
| 16 |
+
valid: 2569
|
| 17 |
+
|
| 18 |
+
test: 2634
|
| 19 |
+
|
| 20 |
+
### Related paper
|
| 21 |
+
The dataset is from [SignalP 6.0 predicts all five types of signal
|
| 22 |
+
peptides using protein language models](https://www.nature.com/articles/s41587-021-01156-3).
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
### Label
|
| 27 |
+
Each amino acid has 7 classes:
|
| 28 |
+
|
| 29 |
+
S (0): Sec/SPI signal peptide | T (1): Tat/SPI or Tat/SPII signal peptide | L (2): Sec/SPII signal peptide |
|
| 30 |
+
P (3): Sec/SPIII signal peptide | I (4): cytoplasm | M (5): transmembrane | O (6): extracellular
|
dataset.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"training_task_type": "Residue-level Classification",
|
| 3 |
+
"training_data_type": "AA"
|
| 4 |
+
}
|