File size: 4,301 Bytes
583b6a8
 
9580eb6
 
 
 
 
aaef9cb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
583b6a8
9580eb6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ab23256
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9580eb6
 
 
ab23256
9580eb6
 
 
 
 
 
 
 
 
 
 
 
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
---
license: cc-by-nc-4.0
tags:
- genomics
- ESKAPE pathogens
- bioinformatics
- ProkBERT
dataset_info:
  features:
  - name: contig_id
    dtype: string
  - name: segment_id
    dtype: string
  - name: strand
    dtype: string
  - name: seq_start
    dtype: int64
  - name: seq_end
    dtype: int64
  - name: segment_start
    dtype: int64
  - name: segment_end
    dtype: int64
  - name: label
    dtype: string
  - name: segment_length
    dtype: int64
  - name: Nsegment
    dtype: int64
  - name: segment
    dtype: string
  splits:
  - name: ESKAPE
    num_bytes: 19414538
    num_examples: 55653
  download_size: 7614923
  dataset_size: 19414538
configs:
- config_name: default
  data_files:
  - split: ESKAPE
    path: data/ESKAPE-*
---

# Dataset Card for ESKAPE Genomic Features Dataset

## Dataset Description

This dataset includes genomic segments from ESKAPE pathogens, characterized by various genomic features such as coding sequences (CDS), intergenic regions, ncRNA, and pseudogenes. It was analyzed to understand the representations captured by models like ProkBERT-mini, ProkBERT-mini-c, and ProkBERT-mini-long.

### Data Fields

- `contig_id`: Identifier of the contig.
- `segment_id`: Unique identifier for each genomic segment.
- `strand`: DNA strand of the segment (`+` or `-`).
- `seq_start`: Starting position of the segment in the contig.
- `seq_end`: Ending position of the segment in the contig.
- `segment_start`: Starting position of the segment in the sequence.
- `segment_end`: Ending position of the segment in the sequence.
- `label`: Genomic feature category (e.g., CDS, intergenic).
- `segment_length`: Length of the genomic segment.
- `Nsegment`: [Additional description needed].
- `segment`: Genomic sequence of the segment.

### UMAP Embeddings and Silhouette Scores

The dataset was used to assess the zero-shot capabilities of the ProkBERT models in predicting genomic features. UMAP technique was employed to reduce dimensionality and derive embeddings, which were then evaluated using silhouette scores. The embeddings and scores reveal the models' proficiency in differentiating between genomic features and capturing the genomic structure of ESKAPE pathogens.

## Dataset Creation

The dataset is compiled from the RefSeq database and other sources, focusing on ESKAPE pathogens. The genomic features were sampled randomly, followed by contigous segmentation. The segment length is 256, shorter fragments were discarded. 


## Overview of ESKAPE Pathogens

ESKAPE pathogens are a group of bacteria that pose a significant threat to public health due to their high levels of antibiotic resistance. The acronym ESKAPE represents six genera of bacteria:

- **Enterococcus faecium**
- **Staphylococcus aureus**
- **Klebsiella pneumoniae**
- **Acinetobacter baumannii**
- **Pseudomonas aeruginosa**
- **Enterobacter species**

These pathogens are known for "escaping" the effects of antibiotics and are responsible for a large proportion of nosocomial infections (hospital-acquired infections). They are particularly concerning in healthcare settings because they can lead to severe infections that are increasingly difficult to treat due to their resistance to multiple antibiotics.

### Public Health Implications

- **Resistance to Treatment**: ESKAPE pathogens often exhibit resistance to multiple classes of antibiotics, making infections difficult to treat and leading to higher morbidity and mortality rates.
- **Hospital-Acquired Infections**: These pathogens are commonly associated with infections acquired in healthcare settings, including pneumonia, bloodstream infections, urinary tract infections, and surgical site infections.
- **Evolving Threat**: The ability of these bacteria to rapidly evolve and acquire new resistance mechanisms poses a significant challenge for the development of effective treatments.




## Considerations for Using the Data

This dataset is relevant for genomic research and bioinformatics, particularly for understanding the genomic structure of ESKAPE pathogens and their representation in embedding spaces.

## Additional Information

### Dataset Curators

Curated by [Your Team/Institution Name].

### Licensing Information

Creative Commons Attribution Non-Commercial 4.0 International.

### Citation Information