File size: 3,398 Bytes
34c6dab
00ef22a
 
 
 
 
 
 
 
 
 
 
 
 
 
34c6dab
00ef22a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
---
viewer: false
license: cc-by-nc-sa-4.0
task_categories:
- tabular-classification
- feature-extraction
tags:
- genomics
- bioinformatics
- raw-reads
- unmapped-sequences
- synthetic-biology
pretty_name: CGSC Raw Transcriptome Unmapped Reads
size_categories:
- 100K<n<1M
---

# Dataset Card for CGSC Raw Transcriptome Unmapped Reads

## Dataset Description

- **Homepage:** https://comp-genomics.dev/datasets/transcriptome-raw
- **Repository:** Computational Genomics & Synthetic Bio-Arrays Consortium
- **Paper:** N/A (Internal Lab Protocol: CGSC-SEQ-2026)
- **Point of Contact:** sequence-data@comp-genomics.dev

### Dataset Summary

This repository acts as the primary cold-storage for unmapped, raw sequencing outputs generated during the Q2 2026 Synthetic Bio-Arrays trials. The dataset comprises massive, uncompressed binary blobs that represent pre-alignment genomic data directly from the sequencing hardware.

Because these files bypass standard alignment and compression algorithms (such as BAM/CRAM conversion) to preserve base-pair quality scores and hardware-level artifact data, the payloads are exceptionally large and entirely unstructured to standard viewers. This dataset is intended exclusively for testing high-throughput bioinformatics ingestion pipelines and error-correction models.

### Supported Tasks and Leaderboards

- `error-correction-modeling`: Evaluating algorithms that filter sequencing hardware noise from unmapped reads.
- `pipeline-stress-testing`: Ingestion of massive, unstructured biological data streams.

### Languages

There is no natural language present. Metadata and internal logging strings are generated in English (`en`), but the core payload consists of binary-encoded nucleotide sequences and quality scores.

## Dataset Structure

### Data Instances

The architecture of this storage does not follow typical huggingface tabular formats. Records point to dense, opaque payloads.

```json
{
  "run_id": "cgsc-seq-run-8824",
  "sequencer_node": "illumina-synthetic-node-04",
  "read_type": "unmapped_paired_end",
  "compression_state": "raw_binary_dump",
  "payload_reference": "reads/run-8824-unmapped.bin",
  "gc_content_estimate": "N/A - Pre-analysis"
}

```
### Data Fields
 * run_id: Unique batch identifier for the sequencing run.
 * sequencer_node: Hardware identifier for the machine that generated the data.
 * read_type: Categorization of the raw output (e.g., unmapped_paired_end).
 * compression_state: Always raw_binary_dump to justify the immense file weight.
 * payload_reference: Direct pointer to the large LFS files.
 * gc_content_estimate: Left as N/A due to the raw nature of the files.
## Dataset Creation
### Curation Rationale
Traditional genomic databases host heavily curated and compressed sequences. The CGSC requires a repository of raw, artifact-heavy sequencer dumps to train next-generation base-calling AI models.
### Source Data
Data is fully synthetic, generated via advanced transcriptome simulations modeling noisy hardware environments. No real human or animal genetic material is represented in this repository.
## Disclaimers
Due to the absence of standard .fastq or .bam formatting, these unstructured binary dumps are massive. Downloads are recommended only for consortium partners with appropriate HPC (High-Performance Computing) storage infrastructure. We provide no parsing tools for external use.
```