Update README.md
Browse files
README.md
CHANGED
@@ -48,4 +48,37 @@ configs:
|
|
48 |
path: data/validation-*
|
49 |
- split: test
|
50 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
path: data/validation-*
|
49 |
- split: test
|
50 |
path: data/test-*
|
51 |
+
license: apache-2.0
|
52 |
+
pretty_name: >-
|
53 |
+
Dataset for predicting Catalase phenotype from whole bacterial genomes
|
54 |
+
(protein sequences)
|
55 |
+
tags:
|
56 |
+
- biology
|
57 |
+
- bacteria
|
58 |
+
- bacformer
|
59 |
+
- prokaryotes
|
60 |
+
- genomic
|
61 |
+
- genome
|
62 |
+
- protein
|
63 |
+
size_categories:
|
64 |
+
- 1K<n<10K
|
65 |
---
|
66 |
+
|
67 |
+
# Dataset for predicting Catalase phenotype from whole bacterial genomes (protein sequences)
|
68 |
+
|
69 |
+
A dataset of over 1k bacterial genomes across species with the Catalase as label. Catalase
|
70 |
+
denotes whether a bacterium produces the catalase enzyme that breaks down hydrogen peroxide (H₂O₂) into water and oxygen, thereby protecting the cell from oxidative stress.
|
71 |
+
Here, we provide binary Catalase labels, therefore the problem is a binary classification problem.
|
72 |
+
|
73 |
+
The genome protein sequences have been extracted from GenBank. Each row contains a list of protein sequences present in the bacterial genome, ordered by their location on the chromosome and plasmids.
|
74 |
+
|
75 |
+
The phenotypic traits have been extracted from [1].
|
76 |
+
|
77 |
+
## Usage
|
78 |
+
|
79 |
+
Please see the [Finetuning Bacformer for phenotypic traits prediction tutorial](https://github.com/macwiatrak/Bacformer/blob/main/tutorials/finetune_phenotypic_traits_prediction_tutorial.ipynb)
|
80 |
+
for an example on how to use the dataset.
|
81 |
+
|
82 |
+
## References
|
83 |
+
|
84 |
+
[1] Weimann, Aaron, et al. "From genomes to phenotypes: Traitar, the microbial trait analyzer." MSystems 1.6 (2016): 10-1128.
|