Datasets:
Add motif_human benchmark split
Browse files- README.md +68 -0
- motif_human/test-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -8,6 +8,10 @@ tags:
|
|
| 8 |
- dna
|
| 9 |
- benchmark
|
| 10 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
- config_name: syn_human
|
| 12 |
data_files:
|
| 13 |
- split: test
|
|
@@ -25,6 +29,70 @@ configs:
|
|
| 25 |
- split: train
|
| 26 |
path: tata/data.parquet
|
| 27 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
- config_name: syn_human
|
| 29 |
features:
|
| 30 |
- name: benchmark_id
|
|
|
|
| 8 |
- dna
|
| 9 |
- benchmark
|
| 10 |
configs:
|
| 11 |
+
- config_name: motif_human
|
| 12 |
+
data_files:
|
| 13 |
+
- split: test
|
| 14 |
+
path: motif_human/test-*
|
| 15 |
- config_name: syn_human
|
| 16 |
data_files:
|
| 17 |
- split: test
|
|
|
|
| 29 |
- split: train
|
| 30 |
path: tata/data.parquet
|
| 31 |
dataset_info:
|
| 32 |
+
- config_name: motif_human
|
| 33 |
+
features:
|
| 34 |
+
- name: benchmark_id
|
| 35 |
+
dtype: string
|
| 36 |
+
- name: annotation_source
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: genome_assembly
|
| 39 |
+
dtype: string
|
| 40 |
+
- name: upstream_flank_bp
|
| 41 |
+
dtype: int64
|
| 42 |
+
- name: motif
|
| 43 |
+
dtype: string
|
| 44 |
+
- name: actual_motif
|
| 45 |
+
dtype: string
|
| 46 |
+
- name: patch_len_bp
|
| 47 |
+
dtype: int64
|
| 48 |
+
- name: start_after_bp
|
| 49 |
+
dtype: int64
|
| 50 |
+
- name: random_seed
|
| 51 |
+
dtype: int64
|
| 52 |
+
- name: species
|
| 53 |
+
dtype: string
|
| 54 |
+
- name: chr
|
| 55 |
+
dtype: string
|
| 56 |
+
- name: strand
|
| 57 |
+
dtype: string
|
| 58 |
+
- name: cds_genome_start
|
| 59 |
+
dtype: int64
|
| 60 |
+
- name: cds_genome_end
|
| 61 |
+
dtype: int64
|
| 62 |
+
- name: transcript_id
|
| 63 |
+
dtype: string
|
| 64 |
+
- name: gene_id
|
| 65 |
+
dtype: string
|
| 66 |
+
- name: gene_name
|
| 67 |
+
dtype: string
|
| 68 |
+
- name: exon_rank
|
| 69 |
+
dtype: int64
|
| 70 |
+
- name: is_first_exon
|
| 71 |
+
dtype: int64
|
| 72 |
+
- name: cds_start_in_seq
|
| 73 |
+
dtype: int64
|
| 74 |
+
- name: cds_end_in_seq
|
| 75 |
+
dtype: int64
|
| 76 |
+
- name: cds_length
|
| 77 |
+
dtype: int64
|
| 78 |
+
- name: patch_start_in_cds
|
| 79 |
+
dtype: int64
|
| 80 |
+
- name: patch_end_in_cds
|
| 81 |
+
dtype: int64
|
| 82 |
+
- name: patch_start_in_seq
|
| 83 |
+
dtype: int64
|
| 84 |
+
- name: patch_end_in_seq
|
| 85 |
+
dtype: int64
|
| 86 |
+
- name: original_sequence
|
| 87 |
+
dtype: string
|
| 88 |
+
- name: sequence
|
| 89 |
+
dtype: string
|
| 90 |
+
splits:
|
| 91 |
+
- name: test
|
| 92 |
+
num_bytes: 333515725
|
| 93 |
+
num_examples: 20000
|
| 94 |
+
download_size: 151833315
|
| 95 |
+
dataset_size: 333515725
|
| 96 |
- config_name: syn_human
|
| 97 |
features:
|
| 98 |
- name: benchmark_id
|
motif_human/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec8bf2bb7eae6901bdb1f467be6f4c85ffe9e59c7309101b2a09adcfebff2512
|
| 3 |
+
size 151833315
|