ligeti commited on
Commit
901d4fb
1 Parent(s): 824a32b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -2
README.md CHANGED
@@ -59,7 +59,7 @@ This dataset includes genomic segments from ESKAPE pathogens, characterized by v
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
@@ -107,4 +107,20 @@ This dataset was curated by Balázs Ligeti from the Neural Bioinformatics Resear
107
 
108
  Creative Commons Attribution Non-Commercial 4.0 International.
109
 
110
- ### Citation Information
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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`: Length of the genomic segment.
63
  - `segment`: Genomic sequence of the segment.
64
 
65
  ### UMAP Embeddings and Silhouette Scores
 
107
 
108
  Creative Commons Attribution Non-Commercial 4.0 International.
109
 
110
+ ### Citation Information
111
+
112
+
113
+ If you use the code or data in this package, please cite:
114
+
115
+ ```bibtex
116
+ @Article{ProkBERT2024,
117
+ author = {Ligeti, Balázs and Szepesi-Nagy, István and Bodnár, Babett and Ligeti-Nagy, Noémi and Juhász, János},
118
+ journal = {Frontiers in Microbiology},
119
+ title = {{ProkBERT} family: genomic language models for microbiome applications},
120
+ year = {2024},
121
+ volume = {14},
122
+ URL={https://www.frontiersin.org/articles/10.3389/fmicb.2023.1331233},
123
+ DOI={10.3389/fmicb.2023.1331233},
124
+ ISSN={1664-302X}
125
+ }
126
+ ```