Datasets:

Modalities:
Tabular
Text
Formats:
parquet
License:
ligeti commited on
Commit
3d259e6
·
verified ·
1 Parent(s): 792dbf5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +110 -62
README.md CHANGED
@@ -1,62 +1,110 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- configs:
4
- - config_name: default
5
- data_files:
6
- - split: train
7
- path: data/train-*
8
- dataset_info:
9
- features:
10
- - name: sequence_id
11
- dtype: int64
12
- - name: cluster_id
13
- dtype: int64
14
- - name: rep_id
15
- dtype: int64
16
- - name: redundancy
17
- dtype: string
18
- - name: is_ambiguous
19
- dtype: string
20
- - name: is_skani_viral
21
- dtype: string
22
- - name: is_rs10
23
- dtype: string
24
- - name: is_checkv
25
- dtype: bool
26
- - name: fraction
27
- dtype: string
28
- - name: biome
29
- dtype: string
30
- - name: y
31
- dtype: int64
32
- - name: label
33
- dtype: string
34
- - name: sample_id
35
- dtype: string
36
- - name: fasta_id
37
- dtype: string
38
- - name: orientation
39
- dtype: string
40
- - name: pair_id
41
- dtype: string
42
- - name: Project ID
43
- dtype: string
44
- - name: SRA/ERR Run
45
- dtype: string
46
- - name: length_category
47
- dtype: string
48
- - name: length_category_encoded
49
- dtype: int64
50
- - name: Benchmark_exclusion
51
- dtype: int64
52
- - name: seq_len
53
- dtype: int64
54
- - name: sequence
55
- dtype: string
56
- splits:
57
- - name: train
58
- num_bytes: 4243077700
59
- num_examples: 1041053
60
- download_size: 1888413845
61
- dataset_size: 4243077700
62
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ dataset_info:
9
+ features:
10
+ - name: sequence_id
11
+ dtype: int64
12
+ - name: cluster_id
13
+ dtype: int64
14
+ - name: rep_id
15
+ dtype: int64
16
+ - name: redundancy
17
+ dtype: string
18
+ - name: is_ambiguous
19
+ dtype: string
20
+ - name: is_skani_viral
21
+ dtype: string
22
+ - name: is_rs10
23
+ dtype: string
24
+ - name: is_checkv
25
+ dtype: bool
26
+ - name: fraction
27
+ dtype: string
28
+ - name: biome
29
+ dtype: string
30
+ - name: y
31
+ dtype: int64
32
+ - name: label
33
+ dtype: string
34
+ - name: sample_id
35
+ dtype: string
36
+ - name: fasta_id
37
+ dtype: string
38
+ - name: orientation
39
+ dtype: string
40
+ - name: pair_id
41
+ dtype: string
42
+ - name: Project ID
43
+ dtype: string
44
+ - name: SRA/ERR Run
45
+ dtype: string
46
+ - name: length_category
47
+ dtype: string
48
+ - name: length_category_encoded
49
+ dtype: int64
50
+ - name: Benchmark_exclusion
51
+ dtype: int64
52
+ - name: seq_len
53
+ dtype: int64
54
+ - name: sequence
55
+ dtype: string
56
+ splits:
57
+ - name: train
58
+ num_bytes: 4243077700
59
+ num_examples: 1041053
60
+ download_size: 1888413845
61
+ dataset_size: 4243077700
62
+ ---
63
+
64
+ # biom
65
+
66
+ ## Overview
67
+
68
+ This dataset contains long DNA contig sequences derived from metagenomic samples, together with extensive metadata and classification labels.
69
+
70
+ ## Configs and splits
71
+
72
+ - Config: default
73
+ - Split: train
74
+
75
+
76
+ ## Column descriptions
77
+
78
+ | Column | Type | Description | Observed values / notes |
79
+ |-------|------|-------------|-------------------------|
80
+ | sequence_id | int64 | Unique integer identifier for each sequence record. | Sequential integers |
81
+ | cluster_id | int64 | Identifier of a redundancy cluster grouping highly similar sequences. | Integer cluster IDs |
82
+ | rep_id | int64 | Identifier of the representative sequence within a cluster. | Matches representative entries |
83
+ | redundancy | string | Redundancy status of the sequence relative to clustering. | cluster_representative |
84
+ | is_ambiguous | string | Indicates whether the sequence contains ambiguous bases or failed ambiguity checks. | ambiguous, not_ambiguous |
85
+ | is_skani_viral | string | Result of a viral similarity check (e.g. ANI/skani-based). | similar2v, not_similar2v |
86
+ | is_rs10 | string | Dataset-specific categorical flag. | not_rs10 |
87
+ | is_checkv | bool | Boolean flag related to CheckV processing or filtering. | false |
88
+ | fraction | string | High-level category of sequence origin. | microbial |
89
+ | biome | string | Environmental biome associated with the sample. | tomato soil |
90
+ | y | int64 | Numeric class label used for supervised learning. | 0 |
91
+ | label | string | Human-readable class label corresponding to y. | non_phage |
92
+ | sample_id | string | Sample or run identifier, typically an SRA-style accession. | e.g. SRR8487012 |
93
+ | fasta_id | string | Identifier from the source FASTA or assembly, often encoding node, length, and coverage. | SRR…_NODE_* |
94
+ | orientation | string | Orientation of the sequence in the original assembly. | forward |
95
+ | pair_id | string | Dataset-specific grouping identifier. | R7 |
96
+ | Project ID | string | BioProject accession associated with the sample. | PRJNA646779 |
97
+ | SRA/ERR Run | string | SRA or ENA run accession. | SRR8487012 |
98
+ | length_category | string | Length bin derived from sequence length. | 10k - 50k |
99
+ | length_category_encoded | int64 | Integer encoding of length_category. | 4 |
100
+ | Benchmark_exclusion | int64 | Flag indicating whether the record should be excluded from benchmarking. | 0 or 1 |
101
+ | seq_len | int64 | Length of the DNA sequence in base pairs. | ~29k–47k in samples |
102
+ | sequence | string | DNA sequence consisting of A, C, G, and T characters. Length matches seq_len. | Long nucleotide strings |
103
+
104
+ ## Labels
105
+
106
+ The dataset includes both numeric and string labels:
107
+
108
+ - y = 0 corresponds to label = non_phage
109
+
110
+ Additional label values may exist outside the sampled records.