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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md CHANGED
@@ -42,3 +42,38 @@ configs:
42
  - split: BACPHLIP_VALIDATION_SEQDB
43
  path: data/BACPHLIP_VALIDATION_SEQDB-*
44
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  - split: BACPHLIP_VALIDATION_SEQDB
43
  path: data/BACPHLIP_VALIDATION_SEQDB-*
44
  ---
45
+ # Dataset Card for `neuralbioinfo/PhaStyle-SequenceDB`
46
+
47
+ ## Dataset Summary
48
+
49
+ The `PhaStyle-SequenceDB` dataset consists of phage sequences labeled with their corresponding lifestyles (virulent or temperate). The dataset is split into four key subsets:
50
+ - **BACPHLIP training set**: 1868 sequences for model training
51
+ - **BACPHLIP validation set**: 394 Escherichia coli sequences for validation
52
+ - **EXTREMOPHILE set**: 16 sequences from extreme environments
53
+ - **ESCHERICHIA set**: Guelin collection + 100 randomly selected high-quality temperate phages
54
+
55
+ This dataset is specifically designed to aid in training and evaluating genomic models, such as ProkBERT, for phage lifestyle prediction.
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.
62
+ - **BACPHLIP_VALIDATION_SEQDB**: The validation set for BACPHLIP, containing 394 sequences used to validate the performance of the models.
63
+
64
+ ## Data Fields
65
+
66
+ - **sequence_id**: Unique identifier for each sequence.
67
+ - **dataset**: The specific dataset the sequence belongs to (e.g., ESCHERICHIA, EXTREMOPHILE, BACPHLIP_TRAINING).
68
+ - **description**: Additional details about the sequence, such as its classification or length.
69
+ - **label**: Indicates the lifestyle of the phage (virulent or temperate).
70
+ - **y**: Numerical encoding of the lifestyle (1 for virulent, 0 for temperate).
71
+ - **sequence**: The nucleotide sequence of the phage.
72
+
73
+ ## Dataset Creation
74
+
75
+ The sequences in this dataset were gathered from various sources, including the BACPHLIP database and curated collections of phages from extreme environments. Each sequence was carefully segmented into smaller fragments (512bp or 1022bp) to simulate real-world scenarios where phage sequences are often fragmented. The training data excludes Escherichia sequences, which are used in the test set to evaluate model generalization capabilities.
76
+
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.