Upload folder using huggingface_hub
Browse files- README.md +141 -65
- train-human/part-00001.parquet +3 -0
- train-human/part-00002.parquet +3 -0
- train-human/part-00003.parquet +3 -0
- train-multi-specie/part-00001.parquet +2 -2
- train-multi-specie/part-00002.parquet +2 -2
- train-multi-specie/part-00003.parquet +2 -2
- train-multi-specie/part-00004.parquet +2 -2
- train-multi-specie/part-00005.parquet +2 -2
- train-multi-specie/part-00006.parquet +2 -2
- train-multi-specie/part-00007.parquet +2 -2
- train-multi-specie/part-00008.parquet +2 -2
- train-multi-specie/part-00009.parquet +2 -2
- train-multi-specie/part-00010.parquet +2 -2
- train-multi-specie/part-00011.parquet +2 -2
- train-multi-specie/part-00012.parquet +2 -2
- train-multi-specie/part-00013.parquet +2 -2
- train-multi-specie/part-00014.parquet +3 -0
- train-multi-specie/part-00015.parquet +3 -0
- train-multi-specie/part-00016.parquet +3 -0
- train-multi-specie/part-00017.parquet +3 -0
- train-multi-specie/part-00018.parquet +3 -0
- train-multi-specie/part-00019.parquet +3 -0
- train-multi-specie/part-00020.parquet +3 -0
- train-multi-specie/part-00021.parquet +3 -0
- train-multi-specie/part-00022.parquet +3 -0
- train-multi-specie/part-00023.parquet +3 -0
- train-multi-specie/part-00024.parquet +3 -0
- train-multi-specie/part-00025.parquet +3 -0
- train-multi-specie/part-00026.parquet +3 -0
- train-multi-specie/part-00027.parquet +3 -0
- train-multi-specie/part-00028.parquet +3 -0
- train-multi-specie/part-00029.parquet +3 -0
- val-human/data.parquet +2 -2
README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
pretty_name: genatator-segmentation-dataset
|
| 3 |
configs:
|
|
@@ -5,7 +8,9 @@ configs:
|
|
| 5 |
data_files:
|
| 6 |
- split: train
|
| 7 |
path:
|
| 8 |
-
- "train-human/
|
|
|
|
|
|
|
| 9 |
|
| 10 |
- config_name: train-multi-specie
|
| 11 |
data_files:
|
|
@@ -24,33 +29,50 @@ configs:
|
|
| 24 |
- "train-multi-specie/part-00011.parquet"
|
| 25 |
- "train-multi-specie/part-00012.parquet"
|
| 26 |
- "train-multi-specie/part-00013.parquet"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
- config_name: val-human
|
| 29 |
data_files:
|
| 30 |
- split: validation
|
| 31 |
path:
|
| 32 |
- "val-human/data.parquet"
|
| 33 |
-
|
| 34 |
-
- config_name: test-human-complete
|
| 35 |
-
data_files:
|
| 36 |
-
- split: test
|
| 37 |
-
path:
|
| 38 |
-
- "test-human-complete/data.parquet"
|
| 39 |
---
|
| 40 |
|
| 41 |
-
# Ab
|
| 42 |
|
| 43 |
## Overview
|
| 44 |
|
| 45 |
-
`genatator-segmentation-dataset` is a nucleotide-level gene segmentation dataset designed for training and evaluating DNA language models and related sequence models on transcript structure prediction. The dataset targets biologically detailed reconstruction of transcript architecture.
|
| 46 |
|
| 47 |
-
The
|
| 48 |
|
| 49 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
|
| 51 |
- `dna_sequence`
|
| 52 |
- `labels`
|
| 53 |
- `metadata`
|
|
|
|
| 54 |
|
| 55 |
## Intended use
|
| 56 |
|
|
@@ -61,46 +83,56 @@ This dataset is intended for:
|
|
| 61 |
- benchmarking nucleotide-level and gene-structure-aware segmentation methods
|
| 62 |
- evaluating generalization from human-only to multispecies training
|
| 63 |
- studying segmentation of both protein-coding and long non-coding transcripts
|
|
|
|
| 64 |
|
| 65 |
-
It is particularly suitable for methods that operate on long genomic or transcript-derived sequences and
|
| 66 |
|
| 67 |
## Dataset configurations
|
| 68 |
|
| 69 |
-
The repository contains
|
| 70 |
|
| 71 |
| Config | Split | Description |
|
| 72 |
|---|---|---|
|
| 73 |
-
| `train-human` | `train` | Human
|
| 74 |
-
| `train-multi-specie` | `train` | Multispecies training dataset
|
| 75 |
-
| `val-human` | `validation` | Human validation dataset
|
| 76 |
-
| `test-human-complete` | `test` | Human test dataset containing full transcript sequences from chromosome 20 of the T2T human genome, with no truncation by length and with all annotated transcripts of each gene retained. |
|
| 77 |
|
| 78 |
-
|
| 79 |
|
| 80 |
-
|
| 81 |
-
- `train-human`, `train-multi-specie`, and `val-human` contain only one transcript per gene, selected as the transcript with the longest cumulative exon length.
|
| 82 |
|
| 83 |
-
Human chromosomes are partitioned so that chromosomes 8, 20, and 21 are
|
| 84 |
|
| 85 |
-
- human
|
| 86 |
-
- human
|
| 87 |
-
-
|
|
|
|
| 88 |
|
| 89 |
For the multispecies dataset:
|
| 90 |
|
| 91 |
-
-
|
| 92 |
-
- human
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 93 |
|
| 94 |
## Data schema
|
| 95 |
|
| 96 |
-
Each row has exactly
|
| 97 |
|
| 98 |
### `dna_sequence`
|
| 99 |
|
| 100 |
-
A string containing the DNA sequence for the
|
| 101 |
|
| 102 |
- Type: `string`
|
| 103 |
-
- Alphabet: uppercase DNA characters (
|
| 104 |
|
| 105 |
### `labels`
|
| 106 |
|
|
@@ -108,7 +140,7 @@ A nested array of nucleotide-level target annotations aligned to `dna_sequence`.
|
|
| 108 |
|
| 109 |
- Type: nested numeric array
|
| 110 |
- Shape: sequence-length by class-dimension
|
| 111 |
-
- Interpretation: per-nucleotide
|
| 112 |
|
| 113 |
The target class order is:
|
| 114 |
|
|
@@ -121,59 +153,89 @@ The target class order is:
|
|
| 121 |
A compact string encoding transcript-level annotation in the following format:
|
| 122 |
|
| 123 |
```text
|
| 124 |
-
<
|
| 125 |
```
|
| 126 |
|
| 127 |
-
|
| 128 |
|
| 129 |
-
|
| 130 |
|
| 131 |
-
|
| 132 |
|
| 133 |
-
|
|
|
|
| 134 |
|
| 135 |
-
|
| 136 |
|
| 137 |
-
* `
|
| 138 |
-
*
|
|
|
|
|
|
|
| 139 |
|
| 140 |
-
This field
|
| 141 |
|
| 142 |
-
##
|
| 143 |
|
| 144 |
-
|
| 145 |
|
| 146 |
-
|
| 147 |
|
| 148 |
-
|
| 149 |
|
| 150 |
-
|
| 151 |
|
| 152 |
-
|
| 153 |
|
| 154 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 155 |
|
| 156 |
-
Typical values
|
| 157 |
|
| 158 |
-
* `
|
| 159 |
-
*
|
| 160 |
|
| 161 |
-
This field
|
| 162 |
|
| 163 |
### 4. `strand`
|
| 164 |
|
| 165 |
Genomic strand orientation.
|
| 166 |
|
| 167 |
-
|
| 168 |
|
| 169 |
* `+`
|
| 170 |
* `-`
|
| 171 |
|
| 172 |
This field indicates whether the transcript is encoded on the forward or reverse strand relative to the reference assembly.
|
| 173 |
|
| 174 |
-
### 5. `
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 175 |
|
| 176 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 177 |
|
| 178 |
Example:
|
| 179 |
|
|
@@ -181,21 +243,24 @@ Example:
|
|
| 181 |
23090370:23092686
|
| 182 |
```
|
| 183 |
|
| 184 |
-
This field stores the
|
| 185 |
|
| 186 |
-
* `start`:
|
| 187 |
-
* `end`:
|
| 188 |
|
| 189 |
-
##
|
| 190 |
|
| 191 |
-
|
| 192 |
|
| 193 |
-
|
| 194 |
|
| 195 |
-
*
|
| 196 |
-
* `
|
|
|
|
|
|
|
| 197 |
|
| 198 |
-
|
|
|
|
| 199 |
|
| 200 |
## Multispecies training dataset
|
| 201 |
|
|
@@ -253,7 +318,6 @@ from datasets import load_dataset
|
|
| 253 |
train_human = load_dataset("shmelev/genatator-segmentation-dataset", "train-human")["train"]
|
| 254 |
train_multi = load_dataset("shmelev/genatator-segmentation-dataset", "train-multi-specie")["train"]
|
| 255 |
val_human = load_dataset("shmelev/genatator-segmentation-dataset", "val-human")["validation"]
|
| 256 |
-
test_human = load_dataset("shmelev/genatator-segmentation-dataset", "test-human-complete")["test"]
|
| 257 |
```
|
| 258 |
|
| 259 |
Access one example:
|
|
@@ -263,8 +327,20 @@ sample = train_human[0]
|
|
| 263 |
print(sample["dna_sequence"])
|
| 264 |
print(sample["labels"])
|
| 265 |
print(sample["metadata"])
|
|
|
|
| 266 |
```
|
| 267 |
|
| 268 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 269 |
|
| 270 |
-
`genatator-segmentation-dataset` is a long-context, nucleotide-level transcript segmentation dataset for DNA language models and related genomic sequence models. It includes human-only and multispecies training resources, a human validation set, and a full-length human test set, all formatted for direct use with modern machine learning pipelines.
|
|
|
|
| 1 |
+
Updated README with the corrected file lists and without a summary section:
|
| 2 |
+
|
| 3 |
+
````markdown
|
| 4 |
---
|
| 5 |
pretty_name: genatator-segmentation-dataset
|
| 6 |
configs:
|
|
|
|
| 8 |
data_files:
|
| 9 |
- split: train
|
| 10 |
path:
|
| 11 |
+
- "train-human/part-00001.parquet"
|
| 12 |
+
- "train-human/part-00002.parquet"
|
| 13 |
+
- "train-human/part-00003.parquet"
|
| 14 |
|
| 15 |
- config_name: train-multi-specie
|
| 16 |
data_files:
|
|
|
|
| 29 |
- "train-multi-specie/part-00011.parquet"
|
| 30 |
- "train-multi-specie/part-00012.parquet"
|
| 31 |
- "train-multi-specie/part-00013.parquet"
|
| 32 |
+
- "train-multi-specie/part-00014.parquet"
|
| 33 |
+
- "train-multi-specie/part-00015.parquet"
|
| 34 |
+
- "train-multi-specie/part-00016.parquet"
|
| 35 |
+
- "train-multi-specie/part-00017.parquet"
|
| 36 |
+
- "train-multi-specie/part-00018.parquet"
|
| 37 |
+
- "train-multi-specie/part-00019.parquet"
|
| 38 |
+
- "train-multi-specie/part-00020.parquet"
|
| 39 |
+
- "train-multi-specie/part-00021.parquet"
|
| 40 |
+
- "train-multi-specie/part-00022.parquet"
|
| 41 |
+
- "train-multi-specie/part-00023.parquet"
|
| 42 |
+
- "train-multi-specie/part-00024.parquet"
|
| 43 |
+
- "train-multi-specie/part-00025.parquet"
|
| 44 |
+
- "train-multi-specie/part-00026.parquet"
|
| 45 |
+
- "train-multi-specie/part-00027.parquet"
|
| 46 |
+
- "train-multi-specie/part-00028.parquet"
|
| 47 |
+
- "train-multi-specie/part-00029.parquet"
|
| 48 |
|
| 49 |
- config_name: val-human
|
| 50 |
data_files:
|
| 51 |
- split: validation
|
| 52 |
path:
|
| 53 |
- "val-human/data.parquet"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
---
|
| 55 |
|
| 56 |
+
# Ab initio gene segmentation benchmark (GENATATORs)
|
| 57 |
|
| 58 |
## Overview
|
| 59 |
|
| 60 |
+
`genatator-segmentation-dataset` is a nucleotide-level gene segmentation dataset designed for training and evaluating DNA language models and related sequence models on transcript structure prediction. The dataset targets biologically detailed reconstruction of transcript architecture and supports benchmarking in the context of *ab initio* gene annotation. Each example represents one annotated transcript and provides nucleotide-resolution labels describing transcript organization, including 5' untranslated region (5' UTR), exon, intron, 3' untranslated region (3' UTR), and coding sequence (CDS).
|
| 61 |
|
| 62 |
+
The repository contains three configurations:
|
| 63 |
|
| 64 |
+
- `train-human`
|
| 65 |
+
- `train-multi-specie`
|
| 66 |
+
- `val-human`
|
| 67 |
+
|
| 68 |
+
In the current version of the dataset, all configurations retain **all annotated transcripts for all genes**. No transcript-level truncation is applied. This design supports transcript-level segmentation studies while also enabling gene-level evaluation in multi-isoform settings; however, in many practical training and benchmarking scenarios, researchers may restrict the dataset to a single representative transcript per gene using the `status` field.
|
| 69 |
+
|
| 70 |
+
Each sample contains exactly four fields:
|
| 71 |
|
| 72 |
- `dna_sequence`
|
| 73 |
- `labels`
|
| 74 |
- `metadata`
|
| 75 |
+
- `status`
|
| 76 |
|
| 77 |
## Intended use
|
| 78 |
|
|
|
|
| 83 |
- benchmarking nucleotide-level and gene-structure-aware segmentation methods
|
| 84 |
- evaluating generalization from human-only to multispecies training
|
| 85 |
- studying segmentation of both protein-coding and long non-coding transcripts
|
| 86 |
+
- evaluating models in settings where multiple transcript isoforms per gene are retained
|
| 87 |
|
| 88 |
+
It is particularly suitable for methods that operate on long genomic or transcript-derived sequences and produce per-nucleotide predictions.
|
| 89 |
|
| 90 |
## Dataset configurations
|
| 91 |
|
| 92 |
+
The repository contains three configurations.
|
| 93 |
|
| 94 |
| Config | Split | Description |
|
| 95 |
|---|---|---|
|
| 96 |
+
| `train-human` | `train` | Human training dataset containing all annotated transcripts for all genes. |
|
| 97 |
+
| `train-multi-specie` | `train` | Multispecies training dataset containing all annotated transcripts for all genes across human and additional mammalian assemblies. |
|
| 98 |
+
| `val-human` | `validation` | Human validation dataset containing all annotated transcripts for all genes. This configuration also provides chromosome 20 examples used for final model evaluation and gene-level metric calculation. |
|
|
|
|
| 99 |
|
| 100 |
+
## Dataset organization and evaluation protocol
|
| 101 |
|
| 102 |
+
All three configurations retain the full set of annotated transcripts for each gene. Consequently, genes with multiple transcript isoforms are represented by multiple rows in the dataset.
|
|
|
|
| 103 |
|
| 104 |
+
Human chromosomes are partitioned so that chromosomes 8, 20, and 21 are excluded from human training. In this setup:
|
| 105 |
|
| 106 |
+
- `train-human` excludes human chromosomes 8, 20, and 21
|
| 107 |
+
- `val-human` contains held-out human chromosomes, including chromosome 20
|
| 108 |
+
- chromosome 20 from `val-human` is used for final model evaluation and for calculation of the gene-level metric
|
| 109 |
+
- gene-level evaluation on chromosome 20 uses **all available transcripts per gene**, rather than a single representative isoform
|
| 110 |
|
| 111 |
For the multispecies dataset:
|
| 112 |
|
| 113 |
+
- human examples follow the same held-out chromosome policy
|
| 114 |
+
- non-human species are included according to the multispecies construction protocol used in dataset generation
|
| 115 |
+
|
| 116 |
+
## Sequence length policy
|
| 117 |
+
|
| 118 |
+
All transcripts are stored in full length.
|
| 119 |
+
|
| 120 |
+
- No transcript is truncated.
|
| 121 |
+
- No maximum transcript-length cap is applied in the released dataset.
|
| 122 |
+
- Each `dna_sequence` and its aligned `labels` correspond to the complete sequence of the represented transcript.
|
| 123 |
+
|
| 124 |
+
This is important for long-context modeling, complete transcript reconstruction, and biologically rigorous evaluation of exon-intron architecture.
|
| 125 |
|
| 126 |
## Data schema
|
| 127 |
|
| 128 |
+
Each row has exactly four columns.
|
| 129 |
|
| 130 |
### `dna_sequence`
|
| 131 |
|
| 132 |
+
A string containing the DNA sequence for the transcript.
|
| 133 |
|
| 134 |
- Type: `string`
|
| 135 |
+
- Alphabet: uppercase DNA characters (`A`, `T`, `C`, `G`)
|
| 136 |
|
| 137 |
### `labels`
|
| 138 |
|
|
|
|
| 140 |
|
| 141 |
- Type: nested numeric array
|
| 142 |
- Shape: sequence-length by class-dimension
|
| 143 |
+
- Interpretation: per-nucleotide segmentation targets used for transcript structure prediction
|
| 144 |
|
| 145 |
The target class order is:
|
| 146 |
|
|
|
|
| 153 |
A compact string encoding transcript-level annotation in the following format:
|
| 154 |
|
| 155 |
```text
|
| 156 |
+
<transcript_id>|<gene_id>|<transcript_type>|<strand>|<genome>|<chrom>|<start>:<end>
|
| 157 |
```
|
| 158 |
|
| 159 |
+
This schema is identical across all dataset configurations.
|
| 160 |
|
| 161 |
+
### `status`
|
| 162 |
|
| 163 |
+
A binary indicator identifying the representative transcript within a gene.
|
| 164 |
|
| 165 |
+
* Type: integer
|
| 166 |
+
* Typical values: `0` or `1`
|
| 167 |
|
| 168 |
+
Interpretation:
|
| 169 |
|
| 170 |
+
* `status = 1` marks the transcript selected as the representative isoform for its gene
|
| 171 |
+
* for protein-coding transcripts, this corresponds to the transcript with the **longest coding region**
|
| 172 |
+
* for lncRNA transcripts, this corresponds to the transcript with the **longest cumulative exon length**
|
| 173 |
+
* `status = 0` denotes all other transcripts of the same gene
|
| 174 |
|
| 175 |
+
This field is useful for researchers who wish to run training with a single transcript per gene while retaining access to the complete multi-isoform dataset. In such cases, one should restrict the data to rows with `status == 1`.
|
| 176 |
|
| 177 |
+
## Metadata fields
|
| 178 |
|
| 179 |
+
The `metadata` column contains biologically interpretable attributes packed into a single string.
|
| 180 |
|
| 181 |
+
### 1. `transcript_id`
|
| 182 |
|
| 183 |
+
Transcript identifier.
|
| 184 |
|
| 185 |
+
Typical values may correspond to transcript accessions or annotation-specific transcript names.
|
| 186 |
|
| 187 |
+
This field identifies the specific transcript isoform represented by the row.
|
| 188 |
|
| 189 |
+
### 2. `gene_id`
|
| 190 |
+
|
| 191 |
+
Gene identifier associated with the transcript.
|
| 192 |
+
|
| 193 |
+
Typical values may correspond to reference gene identifiers or annotation-derived gene names.
|
| 194 |
+
|
| 195 |
+
This field identifies the parent gene of the transcript.
|
| 196 |
+
|
| 197 |
+
### 3. `transcript_type`
|
| 198 |
+
|
| 199 |
+
Transcript class.
|
| 200 |
|
| 201 |
+
Typical values include:
|
| 202 |
|
| 203 |
+
* `mRNA`
|
| 204 |
+
* `lnc_RNA`
|
| 205 |
|
| 206 |
+
This field indicates whether the transcript is protein-coding or long non-coding.
|
| 207 |
|
| 208 |
### 4. `strand`
|
| 209 |
|
| 210 |
Genomic strand orientation.
|
| 211 |
|
| 212 |
+
Typical values are:
|
| 213 |
|
| 214 |
* `+`
|
| 215 |
* `-`
|
| 216 |
|
| 217 |
This field indicates whether the transcript is encoded on the forward or reverse strand relative to the reference assembly.
|
| 218 |
|
| 219 |
+
### 5. `genome`
|
| 220 |
+
|
| 221 |
+
Genome or assembly identifier associated with the example.
|
| 222 |
+
|
| 223 |
+
Typical values include assembly accessions such as:
|
| 224 |
+
|
| 225 |
+
* `GCF_009914755.1`
|
| 226 |
+
* `GCF_000001635.26`
|
| 227 |
+
|
| 228 |
+
This field is particularly important in the multispecies dataset.
|
| 229 |
+
|
| 230 |
+
### 6. `chrom`
|
| 231 |
+
|
| 232 |
+
Chromosome or reference sequence identifier on which the transcript is located.
|
| 233 |
|
| 234 |
+
This field specifies the genomic contig or chromosome associated with the transcript.
|
| 235 |
+
|
| 236 |
+
### 7. `start:end`
|
| 237 |
+
|
| 238 |
+
Genomic coordinate interval associated with the transcript.
|
| 239 |
|
| 240 |
Example:
|
| 241 |
|
|
|
|
| 243 |
23090370:23092686
|
| 244 |
```
|
| 245 |
|
| 246 |
+
This field stores the genomic span as:
|
| 247 |
|
| 248 |
+
* `start`: 1-based genomic start coordinate
|
| 249 |
+
* `end`: genomic end coordinate
|
| 250 |
|
| 251 |
+
## Representative-transcript filtering with `status`
|
| 252 |
|
| 253 |
+
Although the dataset retains all transcript isoforms, some training or evaluation protocols may require one transcript per gene. The `status` column was introduced precisely for this purpose.
|
| 254 |
|
| 255 |
+
Recommended use:
|
| 256 |
|
| 257 |
+
* use the full dataset when studying transcript diversity, isoform-aware evaluation, or gene-level metrics
|
| 258 |
+
* filter to `status == 1` when a single representative transcript per gene is required
|
| 259 |
+
|
| 260 |
+
Selection rule for `status == 1`:
|
| 261 |
|
| 262 |
+
* protein-coding genes: transcript with the longest coding region
|
| 263 |
+
* lncRNA genes: transcript with the longest cumulative exon length
|
| 264 |
|
| 265 |
## Multispecies training dataset
|
| 266 |
|
|
|
|
| 318 |
train_human = load_dataset("shmelev/genatator-segmentation-dataset", "train-human")["train"]
|
| 319 |
train_multi = load_dataset("shmelev/genatator-segmentation-dataset", "train-multi-specie")["train"]
|
| 320 |
val_human = load_dataset("shmelev/genatator-segmentation-dataset", "val-human")["validation"]
|
|
|
|
| 321 |
```
|
| 322 |
|
| 323 |
Access one example:
|
|
|
|
| 327 |
print(sample["dna_sequence"])
|
| 328 |
print(sample["labels"])
|
| 329 |
print(sample["metadata"])
|
| 330 |
+
print(sample["status"])
|
| 331 |
```
|
| 332 |
|
| 333 |
+
Filter to one representative transcript per gene:
|
| 334 |
+
|
| 335 |
+
```python
|
| 336 |
+
representative_only = train_human.filter(lambda x: x["status"] == 1)
|
| 337 |
+
```
|
| 338 |
+
|
| 339 |
+
## Recommended evaluation usage
|
| 340 |
+
|
| 341 |
+
For final model evaluation and for calculation of the gene-level metric:
|
| 342 |
+
|
| 343 |
+
* use chromosome 20 from `val-human`
|
| 344 |
+
* retain all available transcripts per gene
|
| 345 |
+
* compare predictions against the complete isoform set for each gene
|
| 346 |
|
|
|
train-human/part-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1eb444ea291fb79cc63c46c1b7cccb953cdc037a3d403f62b50d28245449084c
|
| 3 |
+
size 400442227
|
train-human/part-00002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54f933ef4708a3543e9f14c3e936fd5f961456d2e366c1a023ba033776ee2b41
|
| 3 |
+
size 605030095
|
train-human/part-00003.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:53260b594c81a088dac3614ac59a6cc85dfa167a28da6639ead8f0a0f462a4c1
|
| 3 |
+
size 572547632
|
train-multi-specie/part-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71f947c54e7da89174fe4e7b9c22180e39f5dfe3e6852f92a3de3a455a526215
|
| 3 |
+
size 597663398
|
train-multi-specie/part-00002.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5fa6d262973551e6ebec6eac39f85823bfd1e63fc452a597f683f3cab3b9657c
|
| 3 |
+
size 625895518
|
train-multi-specie/part-00003.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:68e49e72bc4f02e2b23c74ba940d288eac534ea5f46e3431cd56ed98103d937b
|
| 3 |
+
size 447158408
|
train-multi-specie/part-00004.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3377d0d60e6af1c47d1740ea602241d6d9d9737053114ebc91deb015ad7b88b
|
| 3 |
+
size 496018576
|
train-multi-specie/part-00005.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4548246a5b36c79c7c01d7a7b5171e56383c0772a57ee2403616407f7d2d98ae
|
| 3 |
+
size 438020088
|
train-multi-specie/part-00006.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0b4b2d68da5410ba54d05e797d73767e94ea8a2f149ff9b13dd80848e4c8bea
|
| 3 |
+
size 638035247
|
train-multi-specie/part-00007.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca08ca412c1e74486be047d1131627cbca3893270e33cf2a4b79c01e4bf4654a
|
| 3 |
+
size 625778082
|
train-multi-specie/part-00008.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0775c257f2b5318e39b258c6b8c7a30d216bafd51be8441fbdf6915cabf9cc7c
|
| 3 |
+
size 449042226
|
train-multi-specie/part-00009.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32f0970bc5e9f0ce58cf3874b08317bdc7a53c90e59ba273b16e670022bc23ab
|
| 3 |
+
size 488334782
|
train-multi-specie/part-00010.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f2112bcaf53db0b18fe6129e97affd36a50d1ffa899553153a3a4ebf8b477a4
|
| 3 |
+
size 299985745
|
train-multi-specie/part-00011.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf2362591b24b1c900e47001b7fa9451f8a1c3f027f1c7eae11eac52a8615246
|
| 3 |
+
size 283620455
|
train-multi-specie/part-00012.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf721ab5f1771047ac93b61618b7c277430eb50cfb672274f7db541e825bbb39
|
| 3 |
+
size 308425385
|
train-multi-specie/part-00013.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f18769dd0d10f3a08f5deef5ca89e63ba1e9933a6c06b01b53a37ee3243344b
|
| 3 |
+
size 313520857
|
train-multi-specie/part-00014.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae8a983e89e93d2cb8212d0eb64df0303cba30627ff240789a856851de6f4547
|
| 3 |
+
size 223770801
|
train-multi-specie/part-00015.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36d21f438e206c46e6d20160fd62dd35331e238a019e73bc752f847cae918c58
|
| 3 |
+
size 234867916
|
train-multi-specie/part-00016.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5788fb45cd9b8f17255efb38845e04e4fd6682c2c7cd41f1f9c883b304dd2bf
|
| 3 |
+
size 243604235
|
train-multi-specie/part-00017.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0365caaf8f568a2d70f5fdb5ff7f8c877058f6f68105fcd97b7689e396e2ded2
|
| 3 |
+
size 299158476
|
train-multi-specie/part-00018.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65166383357ada494d8f59170971a61c9636b63e272b99a51a7ce61db04bd51a
|
| 3 |
+
size 214411400
|
train-multi-specie/part-00019.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd7bec21b385fccbb0dea4688d6c7c8f852314a39ca1460b36898b754c264eb7
|
| 3 |
+
size 180597346
|
train-multi-specie/part-00020.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:886aef78f627f3dcd5cd5f87ce5bb10566ed7d4c918408536a9e083381b255bd
|
| 3 |
+
size 223418891
|
train-multi-specie/part-00021.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e2a2d588dfe0c729cb597332050ceb556f6d361613ec05df905b2e4576d3bf11
|
| 3 |
+
size 280526952
|
train-multi-specie/part-00022.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42bcbf10e18cc0a1c0945fa0616efbd98258efe09b4319ea63bdbefa1dd764ac
|
| 3 |
+
size 293892826
|
train-multi-specie/part-00023.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2349cd9dd59eaa5cf6e3f7b1f87618e75fc2a096a6c62efb3e4413130e29dc5
|
| 3 |
+
size 457879258
|
train-multi-specie/part-00024.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d3c749e21a998289eaf376d21d8d1fc029de52973ab9097ebc26d9975ee5869
|
| 3 |
+
size 540326778
|
train-multi-specie/part-00025.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:18b55d7b9d66ab8921b44e35f58ee6bd508d9650d784902a2903506d3cf5cdb7
|
| 3 |
+
size 342620595
|
train-multi-specie/part-00026.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46de861ca345de3f59db26a64acbd477612cc90973a1e5301aba22bdd58b821c
|
| 3 |
+
size 200615672
|
train-multi-specie/part-00027.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ec1e8ba6ea1f14f21b47aefb0071d6ce207aee5ff03fb6d18c85e3d9b463b5b
|
| 3 |
+
size 212130648
|
train-multi-specie/part-00028.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd3f3045bd1f974c5f72f72fb7752474499c91d853b5529cb5b3ed8af05cdfd8
|
| 3 |
+
size 205619573
|
train-multi-specie/part-00029.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4eb7747a50e8a73b5b83e377a1502943abf236e8e8d5c0d1f8008dba1bb0bca3
|
| 3 |
+
size 541510536
|
val-human/data.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ebcb0d4aee976f30b1adef09f1ea0f70ef29434d1c63497ef276a8367b11fe1
|
| 3 |
+
size 129492405
|