Update README.md
Browse files
README.md
CHANGED
|
@@ -16,9 +16,11 @@ tags:
|
|
| 16 |
pretty_name: "Mahendrawada 2025 ChEC-seq and Nascent RNA-seq data"
|
| 17 |
size_categories:
|
| 18 |
- 100K<n<1M
|
|
|
|
| 19 |
configs:
|
| 20 |
- config_name: genomic_features
|
| 21 |
description: Comprehensive genomic features and regulatory characteristics for yeast genes
|
|
|
|
| 22 |
data_files:
|
| 23 |
- split: train
|
| 24 |
path: features_mahendrawada_2025.parquet
|
|
@@ -97,9 +99,62 @@ configs:
|
|
| 97 |
dtype: string
|
| 98 |
description: Standard gene symbol from yeast_genome_resources dataset
|
| 99 |
|
| 100 |
-
- config_name:
|
| 101 |
-
description: ChEC-seq
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
default: true
|
|
|
|
| 103 |
data_files:
|
| 104 |
- split: train
|
| 105 |
path: chec_mahendrawada_2025.parquet
|
|
@@ -120,9 +175,40 @@ configs:
|
|
| 120 |
- name: peak_score
|
| 121 |
dtype: float64
|
| 122 |
description: ChEC signal around peak center (sum of ChEC signal from -150 to +150 bp from peak summit) normalized to Drosophila spike-in control
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 123 |
|
| 124 |
- config_name: rna_seq
|
| 125 |
description: Nascent RNA-seq differential expression data following transcription factor depletion using 4TU metabolic labeling
|
|
|
|
| 126 |
data_files:
|
| 127 |
- split: train
|
| 128 |
path: rnaseq_mahendrawada_2025.parquet
|
|
|
|
| 16 |
pretty_name: "Mahendrawada 2025 ChEC-seq and Nascent RNA-seq data"
|
| 17 |
size_categories:
|
| 18 |
- 100K<n<1M
|
| 19 |
+
|
| 20 |
configs:
|
| 21 |
- config_name: genomic_features
|
| 22 |
description: Comprehensive genomic features and regulatory characteristics for yeast genes
|
| 23 |
+
dataset_type: genomic_features
|
| 24 |
data_files:
|
| 25 |
- split: train
|
| 26 |
path: features_mahendrawada_2025.parquet
|
|
|
|
| 99 |
dtype: string
|
| 100 |
description: Standard gene symbol from yeast_genome_resources dataset
|
| 101 |
|
| 102 |
+
- config_name: chec_seq_metadata
|
| 103 |
+
description: Metadata for ChEC-seq experiments describing transcription factors and experimental conditions
|
| 104 |
+
dataset_type: genome_map_metadata
|
| 105 |
+
data_files:
|
| 106 |
+
- split: train
|
| 107 |
+
path: chec_seq_metadata_mahendrawada_2025.parquet
|
| 108 |
+
dataset_info:
|
| 109 |
+
features:
|
| 110 |
+
- name: accession
|
| 111 |
+
dtype: string
|
| 112 |
+
description: Unique identifier for each ChEC-seq experiment
|
| 113 |
+
- name: regulator_locus_tag
|
| 114 |
+
dtype: string
|
| 115 |
+
description: Systematic gene name (ORF identifier) of the transcription factor
|
| 116 |
+
- name: regulator_symbol
|
| 117 |
+
dtype: string
|
| 118 |
+
description: Standard gene symbol of the transcription factor
|
| 119 |
+
- name: strain_background
|
| 120 |
+
dtype: string
|
| 121 |
+
description: Yeast strain background used in the experiment
|
| 122 |
+
- name: experimental_condition
|
| 123 |
+
dtype: string
|
| 124 |
+
description: Experimental conditions (e.g., growth media, temperature)
|
| 125 |
+
- name: publication_doi
|
| 126 |
+
dtype: string
|
| 127 |
+
description: DOI of the publication describing this dataset
|
| 128 |
+
- name: data_processing_method
|
| 129 |
+
dtype: string
|
| 130 |
+
description: Method used for data processing and peak calling
|
| 131 |
+
|
| 132 |
+
- config_name: chec_seq_genome_map
|
| 133 |
+
description: Raw ChEC-seq signal data partitioned by experiment accession showing genome-wide binding profiles
|
| 134 |
+
dataset_type: genome_map
|
| 135 |
+
data_files:
|
| 136 |
+
- split: train
|
| 137 |
+
path: chec_seq_genome_map/*/*.parquet
|
| 138 |
+
dataset_info:
|
| 139 |
+
features:
|
| 140 |
+
- name: chr
|
| 141 |
+
dtype: string
|
| 142 |
+
description: Chromosome name (e.g., chrI, chrII, etc.)
|
| 143 |
+
- name: pos
|
| 144 |
+
dtype: int32
|
| 145 |
+
description: Genomic position
|
| 146 |
+
- name: signal
|
| 147 |
+
dtype: float32
|
| 148 |
+
description: ChEC signal intensity at this genomic position, normalized to Drosophila spike-in control
|
| 149 |
+
partitioning:
|
| 150 |
+
enabled: true
|
| 151 |
+
partition_by: ["accession"]
|
| 152 |
+
path_template: "chec_seq_genome_map/accession={accession}/*.parquet"
|
| 153 |
+
|
| 154 |
+
- config_name: mahendrawada_chec_seq
|
| 155 |
+
description: ChEC-seq transcription factor binding data with peak scores (original authors' processed data)
|
| 156 |
default: true
|
| 157 |
+
dataset_type: annotated_features
|
| 158 |
data_files:
|
| 159 |
- split: train
|
| 160 |
path: chec_mahendrawada_2025.parquet
|
|
|
|
| 175 |
- name: peak_score
|
| 176 |
dtype: float64
|
| 177 |
description: ChEC signal around peak center (sum of ChEC signal from -150 to +150 bp from peak summit) normalized to Drosophila spike-in control
|
| 178 |
+
- name: processing_method
|
| 179 |
+
dtype: string
|
| 180 |
+
description: Method used for peak calling and quantification (original authors)
|
| 181 |
+
|
| 182 |
+
- config_name: reprocessed_chec_seq
|
| 183 |
+
description: ChEC-seq transcription factor binding data reprocessed with updated peak calling methodology
|
| 184 |
+
dataset_type: annotated_features
|
| 185 |
+
data_files:
|
| 186 |
+
- split: train
|
| 187 |
+
path: chec_reprocessed_mahendrawada_2025.parquet
|
| 188 |
+
dataset_info:
|
| 189 |
+
features:
|
| 190 |
+
- name: regulator_locus_tag
|
| 191 |
+
dtype: string
|
| 192 |
+
description: Systematic gene name (ORF identifier) of the transcription factor
|
| 193 |
+
- name: regulator_symbol
|
| 194 |
+
dtype: string
|
| 195 |
+
description: Standard gene symbol of the transcription factor
|
| 196 |
+
- name: target_locus_tag
|
| 197 |
+
dtype: string
|
| 198 |
+
description: Systematic gene name (ORF identifier) of the target gene
|
| 199 |
+
- name: target_symbol
|
| 200 |
+
dtype: string
|
| 201 |
+
description: Standard gene symbol of the target gene
|
| 202 |
+
- name: enrichment
|
| 203 |
+
dtype: float64
|
| 204 |
+
description: ratio of experimental insertions to background insertions
|
| 205 |
+
- name: poisson_pval
|
| 206 |
+
dtype: float64
|
| 207 |
+
description: enrichment poisson pvalue
|
| 208 |
|
| 209 |
- config_name: rna_seq
|
| 210 |
description: Nascent RNA-seq differential expression data following transcription factor depletion using 4TU metabolic labeling
|
| 211 |
+
dataset_type: annotated_features
|
| 212 |
data_files:
|
| 213 |
- split: train
|
| 214 |
path: rnaseq_mahendrawada_2025.parquet
|