Update README.md
Browse files
README.md
CHANGED
|
@@ -68,46 +68,42 @@ configs:
|
|
| 68 |
---
|
| 69 |
# Dataset Card for `neuralbioinfo/PhaStyle-SequenceDB`
|
| 70 |
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
- **
|
| 97 |
-
|
| 98 |
-
-
|
| 99 |
-
|
| 100 |
-
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
- **
|
| 106 |
-
-
|
| 107 |
-
- **description**: Additional details about the sequence, such as its classification or length.
|
| 108 |
-
- **label**: Indicates the lifestyle of the phage (virulent or temperate).
|
| 109 |
-
- **y**: Numerical encoding of the lifestyle (1 for virulent, 0 for temperate).
|
| 110 |
-
- **sequence**: The nucleotide sequence of the phage.
|
| 111 |
|
| 112 |
## Dataset Creation
|
| 113 |
|
|
|
|
| 68 |
---
|
| 69 |
# Dataset Card for `neuralbioinfo/PhaStyle-SequenceDB`
|
| 70 |
|
| 71 |
+
# phastyle Sequence Database
|
| 72 |
+
|
| 73 |
+
A collection of bacteriophage nucleotide sequences and metadata for training and evaluating phage lifestyle prediction models. Available splits support both **strict-holdout** and **standard-holdout** experiments.
|
| 74 |
+
|
| 75 |
+
## Dataset Features
|
| 76 |
+
|
| 77 |
+
| Name | Type | Description |
|
| 78 |
+
|---------------------|---------|------------------------------------------------------------------|
|
| 79 |
+
| `sequence_id` | `int64` | Unique integer identifier for each sequence |
|
| 80 |
+
| `dataset` | `string`| Source collection name (see “Splits” below) |
|
| 81 |
+
| `class_label` | `string`| Lifestyle label: `"temperate"` or `"virulent"` |
|
| 82 |
+
| `y` | `int64` | Binary label: `0` = temperate, `1` = virulent |
|
| 83 |
+
| `source_fasta_id` | `string`| Original FASTA record ID |
|
| 84 |
+
| `orientation` | `string`| Strand orientation: `"forward"` or `"reverse_complement"` |
|
| 85 |
+
| `test_fastaid` | `string`| FASTA ID used in the test split (if applicable) |
|
| 86 |
+
| `L_seq` | `int64` | Sequence length in base pairs |
|
| 87 |
+
| `source_description`| `string`| Free‐text description of isolate or environment |
|
| 88 |
+
| `Genome type` | `string`| “dsDNA”, “ssDNA”, etc. |
|
| 89 |
+
| `Family` | `string`| Taxonomic family |
|
| 90 |
+
| `subds_seqid` | `int64` | Sub‐dataset sequence index (internal use) |
|
| 91 |
+
| `sequence` | `string`| Nucleotide sequence |
|
| 92 |
+
|
| 93 |
+
## Splits
|
| 94 |
+
|
| 95 |
+
- **BACPHLIP_TRAINING** (1,798 examples, 116 MB)
|
| 96 |
+
- Used for **strict-holdout** training (excludes any *Escherichia*-infecting phages or ≥ 80 % ANI to test set).
|
| 97 |
+
- **BACPHLIP_VALIDATION** (316 examples, 25 MB)
|
| 98 |
+
- *Escherichia* phages held out for validation in the strict-holdout setting.
|
| 99 |
+
- **BACPHLIP_ALL** (2,114 examples, 142 MB)
|
| 100 |
+
- Used for **standard-holdout** training (no ANI or host exclusions).
|
| 101 |
+
- **ESCHERICHIA** (394 examples, 22 MB)
|
| 102 |
+
- Guelin collection: experimentally validated *Escherichia* phages.
|
| 103 |
+
- **BASEL** (412 examples, 27 MB)
|
| 104 |
+
- BASEL collection: environmental *E. coli* isolates.
|
| 105 |
+
- **EXTREMOPHILE** (16 examples, 0.8 MB)
|
| 106 |
+
- Phages from deep‐sea, acidic, and arsenic‐rich environments.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 107 |
|
| 108 |
## Dataset Creation
|
| 109 |
|