File size: 2,326 Bytes
a707941 34e1047 a707941 3ef0033 a707941 e6c8d20 a707941 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
---
license: mit
task_categories:
- text-classification
tags:
- biology
size_categories:
- 1K<n<10K
pretty_name: GreenBeing Binary
configs:
- config_name: binaryclass
data_files:
- split: finetuning
path: "proteins_finetuning.csv"
- split: evaluation
path: "proteins_evaluation.csv"
---
# greenbeing-binary
This is a binary classification version of the finetuning/evaluation datasets introduced in
the freeform text annotations of the [greenbeing-proteins](https://huggingface.co/datasets/monsoon-nlp/greenbeing-proteins) dataset.
Proteins from UniProtKB (knowledge base), from select food crops and related species. <br/>
Amino acid sequences use [IUPAC-IUB codes](https://en.wikipedia.org/wiki/FASTA_format#Sequence_representation) where letters A-Z map to amino acids. <br/>
## Tasks
The "query" field currently contains 18 possible labels from the annotation, and the "label" field is the binary class (0 = No, 1 = Yes)
### Subcellular Locations
```
'cell membrane', # negatives cannot include: cell surface, cell wall
'endoplasmic reticulum',
'plastid',
'chloroplast',
'vacuole',
'nucleus',
'microsome',
'cytoplasm',
'extracellular space',
'mitochondrion',
'golgi',
'endosome membrane',
'cytoskeleton',
'chromosome',
'nucleolus',
'spindle',
'extracellular matrix',
'centromere',
```
All positives are included (between 4 and 673), and ~100 randomly selected annotated proteins without this location are included in negatives.
Dataset builder notebook: https://colab.research.google.com/drive/1QQPjXpqBrd75vP8UbPmZqo-LlcOSyzZu?usp=sharing
Example using a protein embeddings model and SciKit-Learn to build a classifier for "chloroplast" proteins: https://colab.research.google.com/drive/1MCTn8f3oeIKpB6n_8mPumet3ukm7GD8a?usp=sharing
## Finetuning split
**Reviewed proteins (Swiss-Prot)** from above taxa. Each row contains a gene name, species or subspecies, and an amino acid sequence.
A gene name may match multiple entries on UniProt from different accessions.
## Evaluation split
**Reviewed proteins (Swiss-Prot)** from other genera (avocado, carrot, cassava, lychee, prunus (i.e. peaches, cherries, plums)).
Each row contains a gene name, species or subspecies, and an amino acid sequence.
A gene name may match multiple entries on UniProt from different accessions.
|