Chase Mateusiak commited on
Commit ·
95d9bd6
1
Parent(s): ea03758
adding dataset type to new datasets in datacard
Browse files
README.md
CHANGED
|
@@ -355,6 +355,7 @@ configs:
|
|
| 355 |
|
| 356 |
- config_name: yep_filtered_peaks
|
| 357 |
description: "yeastepigenome.org peaks with the peaks overlapping blacklisted regions removed (see Rossi paper)"
|
|
|
|
| 358 |
data_files:
|
| 359 |
- split: train
|
| 360 |
path: yep_filtered_peaks.parquet
|
|
@@ -378,6 +379,7 @@ configs:
|
|
| 378 |
|
| 379 |
- config_name: macs2_annotated_peaks_combined
|
| 380 |
description: "peaks called with macs2. see scripts/rossi_peak_analysis.R for details. peaks filtered to -log10(q) > 0.1, and to only those within 700 bp of the 5' end of the most 5' exon. max, median and nearest scores are assigned to the feature."
|
|
|
|
| 381 |
data_files:
|
| 382 |
- split: train
|
| 383 |
path: macs2_annotated_peaks_combined.parquet
|
|
|
|
| 355 |
|
| 356 |
- config_name: yep_filtered_peaks
|
| 357 |
description: "yeastepigenome.org peaks with the peaks overlapping blacklisted regions removed (see Rossi paper)"
|
| 358 |
+
dataset_type: genome_map
|
| 359 |
data_files:
|
| 360 |
- split: train
|
| 361 |
path: yep_filtered_peaks.parquet
|
|
|
|
| 379 |
|
| 380 |
- config_name: macs2_annotated_peaks_combined
|
| 381 |
description: "peaks called with macs2. see scripts/rossi_peak_analysis.R for details. peaks filtered to -log10(q) > 0.1, and to only those within 700 bp of the 5' end of the most 5' exon. max, median and nearest scores are assigned to the feature."
|
| 382 |
+
dataset_type: annotated_features
|
| 383 |
data_files:
|
| 384 |
- split: train
|
| 385 |
path: macs2_annotated_peaks_combined.parquet
|