File size: 1,704 Bytes
5fd9c19 |
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 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 |
---
dataset_info:
features:
- name: cCRE_ID
dtype: string
- name: Gene_ID
dtype: string
- name: Gene_Name
dtype: string
- name: Gene_Type
dtype: string
- name: Element_ID
dtype: string
- name: Assay_Type
dtype: string
- name: Experiment_ID
dtype: string
- name: Biosample
dtype: string
- name: Effect_Size
dtype: float64
- name: P_Value
dtype: float64
- name: source_file
dtype: string
- name: cCRE_chr
dtype: string
- name: cCRE_start
dtype: int64
- name: cCRE_end
dtype: int64
- name: cCRE_midpoint
dtype: int64
- name: cCRE_type
dtype: string
- name: cCRE_matched
dtype: bool
- name: gene_chr
dtype: string
- name: gene_start
dtype: int64
- name: gene_end
dtype: int64
- name: gene_strand
dtype: string
- name: gene_TSS
dtype: int64
- name: gene_matched
dtype: bool
- name: distance_cCRE_TSS
dtype: int64
- name: cCRE_500bp_start
dtype: int64
- name: cCRE_500bp_end
dtype: int64
- name: cCRE_sequence
dtype: string
- name: TSS_1kb_start
dtype: int64
- name: TSS_1kb_end
dtype: int64
- name: TSS_1kb_sequence
dtype: string
- name: sequence_valid
dtype: bool
- name: notes
dtype: 'null'
splits:
- name: train
num_bytes: 6779936
num_examples: 2414
- name: validation
num_bytes: 848194
num_examples: 302
- name: test
num_bytes: 848194
num_examples: 302
download_size: 677348
dataset_size: 8476324
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
|