Chase Mateusiak commited on
Commit ·
bc5d4d7
1
Parent(s): d0588e2
adding the yep filtered peaks as a dataset
Browse files- README.md +24 -0
- yep_filtered_peaks.parquet +3 -0
README.md
CHANGED
|
@@ -351,6 +351,30 @@ configs:
|
|
| 351 |
dtype: int32
|
| 352 |
description: "Depth of coverage (number of 5' tags) at this genomic position"
|
| 353 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 354 |
- config_name: rossi_2021_af_replicates
|
| 355 |
description: ChIP-exo annotated features at biological replicate level with binding peaks and statistical significance metrics
|
| 356 |
dataset_type: annotated_features
|
|
|
|
| 351 |
dtype: int32
|
| 352 |
description: "Depth of coverage (number of 5' tags) at this genomic position"
|
| 353 |
|
| 354 |
+
- config_name: yep_filtered_peaks
|
| 355 |
+
description: "yeastepigenome.org peaks with the peaks overlapping blacklisted regions removed (see Rossi paper)"
|
| 356 |
+
description: genome_map
|
| 357 |
+
data_files:
|
| 358 |
+
- split: train
|
| 359 |
+
path: yep_filtered_peaks.parquet
|
| 360 |
+
dataset_info:
|
| 361 |
+
features:
|
| 362 |
+
- name: yeastepigenome_id
|
| 363 |
+
dtype: string
|
| 364 |
+
description: Sample identifier used by yeastepigenome.org
|
| 365 |
+
- name: chr
|
| 366 |
+
dtype: string
|
| 367 |
+
description: Chromosome name (e.g., chrI, chrII, etc.)
|
| 368 |
+
- name: start
|
| 369 |
+
dtype: int32
|
| 370 |
+
description: 0-based start position of the peak region
|
| 371 |
+
- name: end
|
| 372 |
+
dtype: int32
|
| 373 |
+
description: 0-based, half open end position of a single base resolution peak
|
| 374 |
+
- name: score
|
| 375 |
+
dtype: int32
|
| 376 |
+
description: "Score assigned by ChExMix as reported by yeastepigenome.org"
|
| 377 |
+
|
| 378 |
- config_name: rossi_2021_af_replicates
|
| 379 |
description: ChIP-exo annotated features at biological replicate level with binding peaks and statistical significance metrics
|
| 380 |
dataset_type: annotated_features
|
yep_filtered_peaks.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38ec6d47a44317a391ce3afcfc9c8aa19f1e5997865d63bbb8c4884693853e91
|
| 3 |
+
size 3619341
|