ligeti commited on
Commit
fe3c857
·
verified ·
1 Parent(s): 2699c0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -56,6 +56,15 @@ This dataset is specifically designed to aid in training and evaluating genomic
56
 
57
  ## Dataset Structure
58
 
 
 
 
 
 
 
 
 
 
59
  - **ESCHERICHIA_SEQDB**: Contains 394 E. coli sequences from the Guelin collection and 100 additional temperate phages. Each sequence is labeled as either virulent or temperate.
60
  - **EXTREMOPHILE_SEQDB**: Contains 16 phages from extreme environments (e.g., deep-sea, acidic environments). These sequences are split into segments of 512bp and 1022bp for analysis.
61
  - **BACPHLIP_TRAINING_SEQDB**: The training set for BACPHLIP, consisting of 1868 sequences labeled for phage lifestyle classification.
@@ -77,3 +86,21 @@ The sequences in this dataset were gathered from various sources, including the
77
  ## Intended Uses
78
 
79
  This dataset is intended for use in phage lifestyle prediction tasks using genomic language models such as ProkBERT. The segmented sequences allow models to generalize well even with fragmented or out-of-sample data. It is particularly useful for applications in ecological and clinical settings where understanding phage behavior is critical.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
 
57
  ## Dataset Structure
58
 
59
+
60
+ The structure of the dataset is explained visually in the following figure:
61
+
62
+ ![Dataset Structure](https://github.com/nbrg-ppcu/PhaStyle/blob/main/assets/figure01.jpg)
63
+
64
+ *Figure 1: The dataset used in the ProkBERT PhaStyle study. Phage sequences from multiple independent data sources were segmented into 512bp and 1022bp fragments for training and testing models on phage lifestyle prediction. The dataset consists of the BACPHLIP training and validation sets, Escherichia phages (from the Guelin collection), and phages from extreme environments.*
65
+
66
+
67
+
68
  - **ESCHERICHIA_SEQDB**: Contains 394 E. coli sequences from the Guelin collection and 100 additional temperate phages. Each sequence is labeled as either virulent or temperate.
69
  - **EXTREMOPHILE_SEQDB**: Contains 16 phages from extreme environments (e.g., deep-sea, acidic environments). These sequences are split into segments of 512bp and 1022bp for analysis.
70
  - **BACPHLIP_TRAINING_SEQDB**: The training set for BACPHLIP, consisting of 1868 sequences labeled for phage lifestyle classification.
 
86
  ## Intended Uses
87
 
88
  This dataset is intended for use in phage lifestyle prediction tasks using genomic language models such as ProkBERT. The segmented sequences allow models to generalize well even with fragmented or out-of-sample data. It is particularly useful for applications in ecological and clinical settings where understanding phage behavior is critical.
89
+
90
+ # Citing this work
91
+
92
+ If you use the data in this package, please cite:
93
+
94
+ ```bibtex
95
+ @Article{ProkBERT2024,
96
+ author = {Ligeti, Balázs and Szepesi-Nagy, István and Bodnár, Babett and Ligeti-Nagy, Noémi and Juhász, János},
97
+ journal = {Frontiers in Microbiology},
98
+ title = {{ProkBERT} family: genomic language models for microbiome applications},
99
+ year = {2024},
100
+ volume = {14},
101
+ URL={https://www.frontiersin.org/articles/10.3389/fmicb.2023.1331233},
102
+ DOI={10.3389/fmicb.2023.1331233},
103
+ ISSN={1664-302X}
104
+ }
105
+ ```
106
+