ligeti commited on
Commit
ab23256
1 Parent(s): 9580eb6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -2
README.md CHANGED
@@ -68,11 +68,34 @@ The dataset was used to assess the zero-shot capabilities of the ProkBERT models
68
 
69
  ## Dataset Creation
70
 
71
- The dataset is compiled from the RefSeq database and other sources, focusing on ESKAPE pathogens. Redundancy in sequences is reduced using the CD-HIT algorithm.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
 
73
  ## Considerations for Using the Data
74
 
75
- This dataset is pivotal for genomic research and bioinformatics, particularly for understanding the genomic structure of ESKAPE pathogens and their representation in embedding spaces.
76
 
77
  ## Additional Information
78
 
 
68
 
69
  ## Dataset Creation
70
 
71
+ 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.
72
+
73
+
74
+ ## Overview of ESKAPE Pathogens
75
+
76
+ 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:
77
+
78
+ - **Enterococcus faecium**
79
+ - **Staphylococcus aureus**
80
+ - **Klebsiella pneumoniae**
81
+ - **Acinetobacter baumannii**
82
+ - **Pseudomonas aeruginosa**
83
+ - **Enterobacter species**
84
+
85
+ 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.
86
+
87
+ ### Public Health Implications
88
+
89
+ - **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.
90
+ - **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.
91
+ - **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.
92
+
93
+
94
+
95
 
96
  ## Considerations for Using the Data
97
 
98
+ This dataset is relevant for genomic research and bioinformatics, particularly for understanding the genomic structure of ESKAPE pathogens and their representation in embedding spaces.
99
 
100
  ## Additional Information
101