ligeti commited on
Commit
9580eb6
·
verified ·
1 Parent(s): aaef9cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md CHANGED
@@ -1,5 +1,10 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
 
 
 
3
  dataset_info:
4
  features:
5
  - name: contig_id
@@ -36,3 +41,47 @@ configs:
36
  - split: ESKAPE
37
  path: data/ESKAPE-*
38
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ tags:
4
+ - genomics
5
+ - ESKAPE pathogens
6
+ - bioinformatics
7
+ - ProkBERT
8
  dataset_info:
9
  features:
10
  - name: contig_id
 
41
  - split: ESKAPE
42
  path: data/ESKAPE-*
43
  ---
44
+
45
+ # Dataset Card for ESKAPE Genomic Features Dataset
46
+
47
+ ## Dataset Description
48
+
49
+ 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.
50
+
51
+ ### Data Fields
52
+
53
+ - `contig_id`: Identifier of the contig.
54
+ - `segment_id`: Unique identifier for each genomic segment.
55
+ - `strand`: DNA strand of the segment (`+` or `-`).
56
+ - `seq_start`: Starting position of the segment in the contig.
57
+ - `seq_end`: Ending position of the segment in the contig.
58
+ - `segment_start`: Starting position of the segment in the sequence.
59
+ - `segment_end`: Ending position of the segment in the sequence.
60
+ - `label`: Genomic feature category (e.g., CDS, intergenic).
61
+ - `segment_length`: Length of the genomic segment.
62
+ - `Nsegment`: [Additional description needed].
63
+ - `segment`: Genomic sequence of the segment.
64
+
65
+ ### UMAP Embeddings and Silhouette Scores
66
+
67
+ 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.
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
+
79
+ ### Dataset Curators
80
+
81
+ Curated by [Your Team/Institution Name].
82
+
83
+ ### Licensing Information
84
+
85
+ Creative Commons Attribution Non-Commercial 4.0 International.
86
+
87
+ ### Citation Information