Upload dataset
Browse files- README.md +85 -0
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
- data/validation-00000-of-00001.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: chr
|
| 5 |
+
dtype: string
|
| 6 |
+
- name: start
|
| 7 |
+
dtype: int64
|
| 8 |
+
- name: end
|
| 9 |
+
dtype: int64
|
| 10 |
+
- name: name
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: class
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: activity_base
|
| 15 |
+
dtype: float64
|
| 16 |
+
- name: TargetGene
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: TargetGeneTSS
|
| 19 |
+
dtype: int64
|
| 20 |
+
- name: TargetGeneExpression
|
| 21 |
+
dtype: float64
|
| 22 |
+
- name: TargetGenePromoterActivityQuantile
|
| 23 |
+
dtype: float64
|
| 24 |
+
- name: TargetGeneIsExpressed
|
| 25 |
+
dtype: bool
|
| 26 |
+
- name: distance
|
| 27 |
+
dtype: float64
|
| 28 |
+
- name: isSelfPromoter
|
| 29 |
+
dtype: bool
|
| 30 |
+
- name: powerlaw_contact
|
| 31 |
+
dtype: float64
|
| 32 |
+
- name: powerlaw_contact_reference
|
| 33 |
+
dtype: float64
|
| 34 |
+
- name: hic_contact
|
| 35 |
+
dtype: float64
|
| 36 |
+
- name: hic_contact_pl_scaled
|
| 37 |
+
dtype: float64
|
| 38 |
+
- name: hic_pseudocount
|
| 39 |
+
dtype: float64
|
| 40 |
+
- name: hic_contact_pl_scaled_adj
|
| 41 |
+
dtype: float64
|
| 42 |
+
- name: ABC.Score.Numerator
|
| 43 |
+
dtype: float64
|
| 44 |
+
- name: ABC.Score
|
| 45 |
+
dtype: float64
|
| 46 |
+
- name: powerlaw.Score.Numerator
|
| 47 |
+
dtype: float64
|
| 48 |
+
- name: powerlaw.Score
|
| 49 |
+
dtype: float64
|
| 50 |
+
- name: CellType
|
| 51 |
+
dtype: string
|
| 52 |
+
- name: cre_center
|
| 53 |
+
dtype: int64
|
| 54 |
+
- name: cre_seq_500bp
|
| 55 |
+
dtype: string
|
| 56 |
+
- name: tss_start_1kb
|
| 57 |
+
dtype: int64
|
| 58 |
+
- name: tss_end_1kb
|
| 59 |
+
dtype: int64
|
| 60 |
+
- name: tss_seq_2kb
|
| 61 |
+
dtype: string
|
| 62 |
+
- name: cre_tss_distance
|
| 63 |
+
dtype: int64
|
| 64 |
+
splits:
|
| 65 |
+
- name: train
|
| 66 |
+
num_bytes: 409342609
|
| 67 |
+
num_examples: 147765
|
| 68 |
+
- name: validation
|
| 69 |
+
num_bytes: 50232528
|
| 70 |
+
num_examples: 18133
|
| 71 |
+
- name: test
|
| 72 |
+
num_bytes: 51878043
|
| 73 |
+
num_examples: 18727
|
| 74 |
+
download_size: 89546454
|
| 75 |
+
dataset_size: 511453180
|
| 76 |
+
configs:
|
| 77 |
+
- config_name: default
|
| 78 |
+
data_files:
|
| 79 |
+
- split: train
|
| 80 |
+
path: data/train-*
|
| 81 |
+
- split: validation
|
| 82 |
+
path: data/validation-*
|
| 83 |
+
- split: test
|
| 84 |
+
path: data/test-*
|
| 85 |
+
---
|
data/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f23652140e12843a9f21dbe5d67098db63d784f9bad6e87af5822f7c7f6809b1
|
| 3 |
+
size 5833018
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e98ac06e21373b9fef7b5ecf8ddd35dca4f59e978b73bcf5b802a42cc3323d8
|
| 3 |
+
size 79657457
|
data/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:afeab4c199f1ea827009484638c1096590e426830ee0187a9f8d9ec08055eae1
|
| 3 |
+
size 4055979
|