ligeti commited on
Commit
d419ec4
1 Parent(s): 9d85b25

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md CHANGED
@@ -38,3 +38,72 @@ configs:
38
  - split: segmentdb_1022
39
  path: data/segmentdb_1022-*
40
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  - split: segmentdb_1022
39
  path: data/segmentdb_1022-*
40
  ---
41
+
42
+ ---
43
+ dataset_name: neuralbioinfo/PhaStyle-ESCHERICHIA
44
+ task: Phage Lifestyle Prediction
45
+ size: 65,676 rows
46
+ modality: Tabular
47
+ languages: Nucleotide Sequences
48
+ ---
49
+
50
+ ## Dataset Card for neuralbioinfo/PhaStyle-ESCHERICHIA
51
+
52
+ ### Dataset Summary
53
+
54
+ The **neuralbioinfo/PhaStyle-ESCHERICHIA** dataset consists of phage sequences from the *Escherichia* genus, processed into 512bp and 1022bp segments. The dataset was used for evaluating the generalization performance of the ProkBERT PhaStyle model, specifically for predicting phage lifestyle (virulent or temperate) based on nucleotide sequences.
55
+
56
+ The dataset is divided into two splits:
57
+ - **segmentdb_512**: 43,800 rows (512bp segments)
58
+ - **segmentdb_1022**: 21,900 rows (1022bp segments)
59
+
60
+ ### Dataset Structure
61
+
62
+ Each entry in the dataset contains the following fields:
63
+ - **segment_id**: Unique identifier for each segment
64
+ - **sequence_id**: Identifier for the original sequence
65
+ - **label**: Phage lifestyle label, either 'virulent' or 'temperate'
66
+ - **y**: Numeric representation of the label (1 for virulent, 0 for temperate)
67
+ - **orientation**: Whether the sequence is in forward or reverse-complement orientation
68
+ - **Ls**: Length of the segment (512 or 1022bp)
69
+ - **segment_start**: Start position of the segment within the original sequence
70
+
71
+ ### Dataset Usage
72
+
73
+ The dataset is suitable for training and evaluating models on phage lifestyle prediction tasks. Each segment is labeled as either **virulent** or **temperate**.
74
+
75
+ ### Dataset Splits
76
+
77
+ | Split Name | Number of Rows |
78
+ |-------------------|----------------|
79
+ | segmentdb_512 | 43,800 |
80
+ | segmentdb_1022 | 21,900 |
81
+
82
+ ### Data Fields
83
+
84
+ - **segment_id**: A unique identifier for each segmented entry.
85
+ - **sequence_id**: The ID of the original sequence from which the segment is derived.
86
+ - **label**: The lifestyle prediction for the phage (either virulent or temperate).
87
+ - **y**: Numeric encoding of the lifestyle label (1 for virulent, 0 for temperate).
88
+ - **orientation**: Indicates the orientation (forward or reverse-complement) of the sequence.
89
+ - **Ls**: The length of the segment in base pairs (512 or 1022).
90
+ - **segment_start**: The start position of the segment within the original sequence.
91
+
92
+ ### Licensing
93
+
94
+ This dataset is provided under the same license as the ProkBERT PhaStyle repository. Please refer to the [license](https://github.com/nbrg-ppcu/PhaStyle) for more details.
95
+
96
+
97
+ ### Citation
98
+
99
+ @article{ProkBERT2024,
100
+ author = {Ligeti, Balázs and Szepesi-Nagy, István and Bodnár, Babett and Ligeti-Nagy, Noémi and Juhász, János},
101
+ journal = {Frontiers in Microbiology},
102
+ title = {ProkBERT family: Genomic language models for microbiome applications},
103
+ year = {2024},
104
+ volume = {14},
105
+ url = {https://www.frontiersin.org/articles/10.3389/fmicb.2023.1331233},
106
+ doi = {10.3389/fmicb.2023.1331233},
107
+ issn = {1664-302X}
108
+ }
109
+