cmatkhan commited on
Commit
1df89d0
·
1 Parent(s): 875f877

updating readme, revising some of hte metdata, and removing the composite batch from annotated features

Browse files
README.md CHANGED
@@ -79,40 +79,6 @@ configs:
79
  dtype: string
80
  description: Experimental batch identifier for controlling batch effects
81
 
82
- - config_name: genome_map
83
- description: Genome-wide calling cards insertion density data partitioned by batch
84
- dataset_type: genome_map
85
- data_files:
86
- - split: train
87
- path: genome_map/*/*.parquet
88
- dataset_info:
89
- features:
90
- - name: id
91
- dtype: string
92
- description: Unique identifier for each genomic interval
93
- - name: chr
94
- dtype: string
95
- description: Chromosome name (e.g., chrI, chrII, etc.)
96
- - name: start
97
- dtype: float64
98
- description: Start position of genomic interval
99
- - name: end
100
- dtype: float64
101
- description: End position of genomic interval
102
- - name: depth
103
- dtype: float64
104
- description: Number of transposon insertion events (read depth) in this genomic interval
105
- - name: strand
106
- dtype: string
107
- description: Strand information (+ or -) for the genomic interval
108
- - name: batch
109
- dtype: string
110
- description: Experimental batch identifier
111
- partitioning:
112
- enabled: true
113
- partition_by: ["batch"]
114
- path_template: "genome_map/batch={batch}/*.parquet"
115
-
116
  - config_name: annotated_features_meta
117
  description: Metadata for annotated features datasets including regulator informatioand data quality indicators
118
  dataset_type: metadata
@@ -158,10 +124,136 @@ configs:
158
  dtype: string
159
  description: Unique identifier for the metadata record
160
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
161
  - config_name: genome_map_meta
162
  description: Metadata for genome map datasets including regulator information and experimental details
163
  dataset_type: metadata
164
- applies_to: ["genome_map"]
165
  data_files:
166
  - split: train
167
  path: genome_map_meta.parquet
@@ -170,10 +262,9 @@ configs:
170
  - name: id
171
  dtype: string
172
  description: Unique identifier for the metadata record
173
- - name: db_id
174
  dtype: string
175
- description: current django managed database identifier for the dataset
176
- role: experimental_condition
177
  - name: regulator_locus_tag
178
  dtype: string
179
  description: Systematic identifier for the regulatory factor
@@ -189,11 +280,134 @@ configs:
189
  - name: replicate
190
  dtype: int64
191
  description: Biological replicate number, within batch
192
- role: experimental_condition
193
  - name: notes
194
  dtype: string
195
  description: Additional notes or comments about the experiment
196
- role: experimental_condition
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
197
  ---
198
  # Calling Cards
199
 
@@ -339,4 +553,4 @@ print(f"\n✓ Repository downloaded to: {repo_path}")
339
 
340
  # Construct path to the annotated_features_meta parquet file
341
  parquet_path = os.path.join(repo_path, "annotated_features_meta.parquet")
342
- print(f"✓ Parquet file at: {parquet_path}")
 
79
  dtype: string
80
  description: Experimental batch identifier for controlling batch effects
81
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
  - config_name: annotated_features_meta
83
  description: Metadata for annotated features datasets including regulator informatioand data quality indicators
84
  dataset_type: metadata
 
124
  dtype: string
125
  description: Unique identifier for the metadata record
126
 
127
+ - config_name: annotated_features_combined
128
+ description: >-
129
+ Calling Cards replicate data combined at the qbed (genome map) level, with enrichment
130
+ and significance called via callingCardsTools. Partitioned by genome_map_id_set,
131
+ where each partition corresponds to a set of combined replicate genome maps for
132
+ a single regulator.
133
+ dataset_type: annotated_features
134
+ data_files:
135
+ - split: train
136
+ path: annotated_features_combined/*/*.parquet
137
+ dataset_info:
138
+ partitioning:
139
+ enabled: true
140
+ partition_by: ["genome_map_id_set"]
141
+ path_template: "annotated_features_combined/genome_map_id_set={genome_map_id_set}/*.parquet"
142
+ features:
143
+ - name: genome_map_id_set
144
+ dtype: string
145
+ description: >-
146
+ Hyphen-delimited set of genome map IDs corresponding to the combined replicates for this
147
+ regulator (partition key)
148
+ - name: target_locus_tag
149
+ dtype: string
150
+ description: Systematic gene identifier for the target gene
151
+ role: target_identifier
152
+ - name: target_symbol
153
+ dtype: string
154
+ description: Standard gene symbol for the target gene
155
+ role: target_identifier
156
+ - name: experiment_hops
157
+ dtype: float64
158
+ description: Number of transposon insertion events (hops) at target locus in the experimental sample
159
+ role: quantitative_measure
160
+ - name: background_hops
161
+ dtype: float64
162
+ description: Number of transposon insertion events (hops) at target locus in the background control
163
+ role: quantitative_measure
164
+ - name: background_total_hops
165
+ dtype: float64
166
+ description: Total number of background hops across all loci in the control sample
167
+ role: quantitative_measure
168
+ - name: experiment_total_hops
169
+ dtype: float64
170
+ description: Total number of experimental hops across all loci in the experimental sample
171
+ role: quantitative_measure
172
+ - name: callingcards_enrichment
173
+ dtype: float64
174
+ description: Enrichment score calculated as ratio of normalized experimental to background hops
175
+ role: quantitative_measure
176
+ - name: poisson_pval
177
+ dtype: float64
178
+ description: P-value from Poisson test for statistical significance of binding enrichment
179
+ role: quantitative_measure
180
+ - name: hypergeometric_pval
181
+ dtype: float64
182
+ description: P-value from hypergeometric test for statistical significance of binding enrichment
183
+ role: quantitative_measure
184
+
185
+ - config_name: annotated_features_combined_meta
186
+ description: Sample-level metadata for combined Calling Cards experiments including regulator information, QC flags, and experimental conditions
187
+ dataset_type: metadata
188
+ applies_to: ["annotated_features_combined"]
189
+ data_files:
190
+ - split: train
191
+ path: annotated_features_combined_meta.parquet
192
+ dataset_info:
193
+ features:
194
+ - name: genome_map_id_set
195
+ dtype: string
196
+ description: Hyphen-delimited set of genome map IDs used as the partition key in annotated_features_combined
197
+ - name: pss_id
198
+ dtype: string
199
+ description: Passing sample set identifier grouping replicates used in this combined analysis
200
+ - name: binding_id
201
+ dtype: string
202
+ description: Unique identifier for this combined binding measurement record
203
+ - name: regulator_locus_tag
204
+ dtype: string
205
+ description: Systematic gene identifier for the transcription factor
206
+ role: regulator_identifier
207
+ - name: regulator_symbol
208
+ dtype: string
209
+ description: Standard gene symbol for the transcription factor
210
+ role: regulator_identifier
211
+ - name: batch
212
+ dtype: string
213
+ description: Experimental batch identifier for controlling batch effects
214
+ - name: condition
215
+ dtype: string
216
+ description: Experimental condition for this sample
217
+ role: experimental_condition
218
+
219
+ - config_name: genome_map
220
+ description: Genome-wide calling cards insertion density data partitioned by batch
221
+ dataset_type: genome_map
222
+ data_files:
223
+ - split: train
224
+ path: genome_map/*/*.parquet
225
+ dataset_info:
226
+ features:
227
+ - name: id
228
+ dtype: string
229
+ description: Unique identifier for each genomic interval
230
+ - name: chr
231
+ dtype: string
232
+ description: Chromosome name (e.g., chrI, chrII, etc.)
233
+ - name: start
234
+ dtype: float64
235
+ description: Start position of genomic interval
236
+ - name: end
237
+ dtype: float64
238
+ description: End position of genomic interval
239
+ - name: depth
240
+ dtype: float64
241
+ description: Number of transposon insertion events (read depth) in this genomic interval
242
+ - name: strand
243
+ dtype: string
244
+ description: Strand information (+ or -) for the genomic interval
245
+ - name: batch
246
+ dtype: string
247
+ description: Experimental batch identifier
248
+ partitioning:
249
+ enabled: true
250
+ partition_by: ["batch"]
251
+ path_template: "genome_map/batch={batch}/*.parquet"
252
+
253
  - config_name: genome_map_meta
254
  description: Metadata for genome map datasets including regulator information and experimental details
255
  dataset_type: metadata
256
+ applies_to: ["genome_map", "annotated_features_orig_reprocess"]
257
  data_files:
258
  - split: train
259
  path: genome_map_meta.parquet
 
262
  - name: id
263
  dtype: string
264
  description: Unique identifier for the metadata record
265
+ - name: binding_id
266
  dtype: string
267
+ description: current django managed database identifier for the dataset to the 'binding' table
 
268
  - name: regulator_locus_tag
269
  dtype: string
270
  description: Systematic identifier for the regulatory factor
 
280
  - name: replicate
281
  dtype: int64
282
  description: Biological replicate number, within batch
 
283
  - name: notes
284
  dtype: string
285
  description: Additional notes or comments about the experiment
286
+ - name: condition
287
+ dtype:
288
+ class_label:
289
+ names: ["standard", "rapa", "starvation",
290
+ "glu_1_gal_1", "del_MET28",
291
+ "glu_1_gal_2", "del_FKH2",
292
+ "del_TYE7"]
293
+ description: >-
294
+ Experimental condition of the sample, including standard growth, rapamycin treatment,
295
+ nutrient starvation, mixed carbon source conditions, and gene deletion strains
296
+ role: experimental_condition
297
+ definitions:
298
+ standard:
299
+ media:
300
+ name: synthetic_complete
301
+ carbon_source:
302
+ - compound: D-glucose
303
+ concentration_percent: 2
304
+ rapa:
305
+ perturbation_method:
306
+ type: chemical_treatment
307
+ compound: rapamycin
308
+ description: Rapamycin treatment to inhibit TORC1 signaling
309
+ starvation:
310
+ description: "Nutrient starvation condition - specific media composition not defined in source"
311
+ glu_1_gal_1:
312
+ media:
313
+ carbon_source:
314
+ - compound: D-glucose
315
+ concentration_percent: 1
316
+ - compound: D-galactose
317
+ concentration_percent: 1
318
+ glu_1_gal_2:
319
+ media:
320
+ carbon_source:
321
+ - compound: D-glucose
322
+ concentration_percent: 1
323
+ - compound: D-galactose
324
+ concentration_percent: 2
325
+ del_MET28:
326
+ genotype:
327
+ deletions:
328
+ - gene: MET28
329
+ description: MET28 deletion strain
330
+ del_FKH2:
331
+ genotype:
332
+ deletions:
333
+ - gene: FKH2
334
+ description: FKH2 deletion strain
335
+ del_TYE7:
336
+ genotype:
337
+ deletions:
338
+ - gene: TYE7
339
+ description: TYE7 deletion strain
340
+
341
+ - config_name: annotated_features_orig_reprocess
342
+ description: >-
343
+ Calling Cards annotated features reprocessed from the original qbed genome maps
344
+ using scripts/quantify_regions.R. Each record corresponds to a single genome map
345
+ (replicate-level), where the id field links to genome_map_meta. Includes log-transformed
346
+ p-values and FDR-adjusted q-values not present in the original annotated_features_combined.
347
+ dataset_type: annotated_features
348
+ data_files:
349
+ - split: train
350
+ path: annotated_features_orig_reprocess/*/*.parquet
351
+ dataset_info:
352
+ features:
353
+ - name: id
354
+ dtype: int64
355
+ description: Genome map identifier linking to the genome_map and genome_map_meta dataset
356
+ - name: target_locus_tag
357
+ dtype: string
358
+ description: Systematic gene identifier for the target gene
359
+ role: target_identifier
360
+ - name: target_symbol
361
+ dtype: string
362
+ description: Standard gene symbol for the target gene
363
+ role: target_identifier
364
+ - name: experiment_hops
365
+ dtype: float64
366
+ description: Number of transposon insertion events (hops) at target locus in the experimental sample
367
+ role: quantitative_measure
368
+ - name: background_hops
369
+ dtype: float64
370
+ description: Number of transposon insertion events (hops) at target locus in the background control
371
+ role: quantitative_measure
372
+ - name: total_background_hops
373
+ dtype: float64
374
+ description: Total number of background hops across all loci in the control sample
375
+ role: quantitative_measure
376
+ - name: total_experiment_hops
377
+ dtype: float64
378
+ description: Total number of experimental hops across all loci in the experimental sample genomic (not mito) chromosomes
379
+ role: quantitative_measure
380
+ - name: callingcards_enrichment
381
+ dtype: float64
382
+ description: Enrichment score calculated as ratio of normalized experimental to background hops
383
+ role: quantitative_measure
384
+ - name: poisson_pval
385
+ dtype: float64
386
+ description: P-value from Poisson test for statistical significance of binding enrichment
387
+ role: quantitative_measure
388
+ - name: log_poisson_pval
389
+ dtype: float64
390
+ description: Log-transformed Poisson p-value. This has greater numeric resolution for significant loci
391
+ role: quantitative_measure
392
+ - name: poisson_qval
393
+ dtype: float64
394
+ description: FDR-adjusted q-value from Poisson test (multiple testing correction)
395
+ role: quantitative_measure
396
+ - name: hypergeometric_pval
397
+ dtype: float64
398
+ description: P-value from hypergeometric test for statistical significance of binding enrichment
399
+ role: quantitative_measure
400
+ - name: log_hypergeometric_pval
401
+ dtype: float64
402
+ description: Log-transformed hypergeometric p-value
403
+ role: quantitative_measure
404
+ - name: hypergeometric_qval
405
+ dtype: float64
406
+ description: FDR-adjusted q-value from hypergeometric test (multiple testing correction)
407
+ role: quantitative_measure
408
+ - name: batch
409
+ dtype: string
410
+ description: Experimental batch identifier for controlling batch effects (parition key)
411
  ---
412
  # Calling Cards
413
 
 
553
 
554
  # Construct path to the annotated_features_meta parquet file
555
  parquet_path = os.path.join(repo_path, "annotated_features_meta.parquet")
556
+ print(f"✓ Parquet file at: {parquet_path}")
annotated_features/batch=composite/part-0.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1e2c8e64e8686b346ae4e6d5f239990bda0c3c30ae51e021d33e88debf5e1b6a
3
- size 4926318
 
 
 
 
annotated_features_combined_meta.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e9d88e9b78b8658374c3ec068fa51e439ce86eefc56c2936bfb45cea8dfd8bd2
3
- size 5068
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f58b2c09c3061d035b5d6d09f8efa10dd758465204650513ce2c4d29606faa1
3
+ size 6401
annotated_features_meta.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e044dfe82b2b0ea4b67b60f3ea7acbcfad3410c9b8289a4d89a90a022c2d63a4
3
- size 27016
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0805253b44b0bea473a19bfbd6c38fe3ded123154f728a1c092f40ee97e878c
3
+ size 24549