cmatkhan commited on
Commit
d61e6f8
·
verified ·
1 Parent(s): 6d276d6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +15 -53
README.md CHANGED
@@ -99,59 +99,6 @@ configs:
99
  dtype: string
100
  description: Standard gene symbol from yeast_genome_resources dataset
101
 
102
- - config_name: mahendrawada_2025_metadata
103
- description: Metadata for ChEC-seq experiments describing transcription factors and experimental conditions
104
- dataset_type: metadata
105
- applies_to: ["chec_seq_genome_map"]
106
- data_files:
107
- - split: train
108
- path: chec_seq_metadata_mahendrawada_2025.parquet
109
- dataset_info:
110
- features:
111
- - name: accession
112
- dtype: string
113
- description: Unique identifier for each ChEC-seq experiment
114
- - name: regulator_locus_tag
115
- dtype: string
116
- description: Systematic gene name (ORF identifier) of the transcription factor
117
- - name: regulator_symbol
118
- dtype: string
119
- description: Standard gene symbol of the transcription factor
120
- - name: strain_background
121
- dtype: string
122
- description: Yeast strain background used in the experiment
123
- - name: experimental_condition
124
- dtype: string
125
- description: Experimental conditions (e.g., growth media, temperature)
126
- - name: publication_doi
127
- dtype: string
128
- description: DOI of the publication describing this dataset
129
- - name: data_processing_method
130
- dtype: string
131
- description: Method used for data processing and peak calling
132
-
133
- - config_name: chec_seq_genome_map
134
- description: Raw ChEC-seq signal data partitioned by experiment accession showing genome-wide binding profiles
135
- dataset_type: genome_map
136
- data_files:
137
- - split: train
138
- path: chec_seq_genome_map/*/*.parquet
139
- dataset_info:
140
- features:
141
- - name: chr
142
- dtype: string
143
- description: Chromosome name (e.g., chrI, chrII, etc.)
144
- - name: pos
145
- dtype: int32
146
- description: Genomic position
147
- - name: signal
148
- dtype: float32
149
- description: ChEC signal intensity at this genomic position, normalized to Drosophila spike-in control
150
- partitioning:
151
- enabled: true
152
- partition_by: ["accession"]
153
- path_template: "chec_seq_genome_map/accession={accession}/*.parquet"
154
-
155
  - config_name: mahendrawada_chec_seq
156
  description: ChEC-seq transcription factor binding data with peak scores (original authors' processed data)
157
  default: true
@@ -164,6 +111,11 @@ configs:
164
  path: chec_mahendrawada_2025.parquet
165
  dataset_info:
166
  features:
 
 
 
 
 
167
  - name: regulator_locus_tag
168
  dtype: string
169
  description: Systematic gene name (ORF identifier) of the transcription factor
@@ -191,6 +143,11 @@ configs:
191
  path: chec_reprocessed_mahendrawada_2025.parquet
192
  dataset_info:
193
  features:
 
 
 
 
 
194
  - name: regulator_locus_tag
195
  dtype: string
196
  description: Systematic gene name (ORF identifier) of the transcription factor
@@ -267,6 +224,11 @@ configs:
267
  path: rnaseq_mahendrawada_2025.parquet
268
  dataset_info:
269
  features:
 
 
 
 
 
270
  - name: regulator_locus_tag
271
  dtype: string
272
  description: Systematic gene name (ORF identifier) of the depleted transcription factor
 
99
  dtype: string
100
  description: Standard gene symbol from yeast_genome_resources dataset
101
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
102
  - config_name: mahendrawada_chec_seq
103
  description: ChEC-seq transcription factor binding data with peak scores (original authors' processed data)
104
  default: true
 
111
  path: chec_mahendrawada_2025.parquet
112
  dataset_info:
113
  features:
114
+ - name: sample_id
115
+ dtype: integer
116
+ description: >-
117
+ unique identifier for a specific sample, which uniquely identifies one of the 178 TFs.
118
+ Across datasets in this repo, the a given sample_id identifies the same regulator.
119
  - name: regulator_locus_tag
120
  dtype: string
121
  description: Systematic gene name (ORF identifier) of the transcription factor
 
143
  path: chec_reprocessed_mahendrawada_2025.parquet
144
  dataset_info:
145
  features:
146
+ - name: sample_id
147
+ dtype: integer
148
+ description: >-
149
+ unique identifier for a specific sample, which uniquely identifies one of the 178 TFs.
150
+ Across datasets in this repo, the a given sample_id identifies the same regulator.
151
  - name: regulator_locus_tag
152
  dtype: string
153
  description: Systematic gene name (ORF identifier) of the transcription factor
 
224
  path: rnaseq_mahendrawada_2025.parquet
225
  dataset_info:
226
  features:
227
+ - name: sample_id
228
+ dtype: integer
229
+ description: >-
230
+ unique identifier for a specific sample, which uniquely identifies one of the 178 TFs.
231
+ Across datasets in this repo, the a given sample_id identifies the same regulator.
232
  - name: regulator_locus_tag
233
  dtype: string
234
  description: Systematic gene name (ORF identifier) of the depleted transcription factor