cmatkhan commited on
Commit
69c5cfe
·
1 Parent(s): fe05257

adding analysis set

Browse files
Files changed (2) hide show
  1. 2026_analysis_set.parquet +3 -0
  2. README.md +50 -0
2026_analysis_set.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23d1243d81acd871b2be47b869c02282aa95bf8ac73b6dceb21b82a815acb108
3
+ size 7387958
README.md CHANGED
@@ -226,6 +226,56 @@ configs:
226
  description: Experimental condition for this sample
227
  role: experimental_condition
228
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
229
  - config_name: genome_map
230
  description: Genome-wide calling cards insertion density data partitioned by batch
231
  dataset_type: genome_map
 
226
  description: Experimental condition for this sample
227
  role: experimental_condition
228
 
229
+ - config_name: 2026_analysis_set
230
+ description: >-
231
+ This is a combination of the combined annotated_features_combined dataset, and the
232
+ passing single replicates from the annotated_features dataset. This is the data
233
+ that is used for the 2026 modeling paper as predictors
234
+ dataset_type: annotated_features
235
+ data_files:
236
+ - split: train
237
+ path: 2026_analysis_set.parquet
238
+ dataset_info:
239
+ features:
240
+ - name: gm_id
241
+ dtype: string
242
+ description: >-
243
+ genome_map id. If the sample is a combination of multiple samples, then it is a
244
+ hyphen-delimited set of genome map IDs corresponding to the combined replicates for this
245
+ regulator.
246
+ - name: target_locus_tag
247
+ dtype: string
248
+ description: Systematic gene identifier for the target gene
249
+ role: target_identifier
250
+ - name: target_symbol
251
+ dtype: string
252
+ description: Standard gene symbol for the target gene
253
+ role: target_identifier
254
+ - name: experiment_hops
255
+ dtype: float64
256
+ description: Number of transposon insertion events (hops) at target locus in the experimental sample
257
+ role: quantitative_measure
258
+ - name: background_hops
259
+ dtype: float64
260
+ description: Number of transposon insertion events (hops) at target locus in the background control
261
+ role: quantitative_measure
262
+ - name: background_total_hops
263
+ dtype: float64
264
+ description: Total number of background hops across all loci in the control sample
265
+ role: quantitative_measure
266
+ - name: experiment_total_hops
267
+ dtype: float64
268
+ description: Total number of experimental hops across all loci in the experimental sample
269
+ role: quantitative_measure
270
+ - name: callingcards_enrichment
271
+ dtype: float64
272
+ description: Enrichment score calculated as ratio of normalized experimental to background hops
273
+ role: quantitative_measure
274
+ - name: poisson_pval
275
+ dtype: float64
276
+ description: P-value from Poisson test for statistical significance of binding enrichment
277
+ role: quantitative_measure
278
+
279
  - config_name: genome_map
280
  description: Genome-wide calling cards insertion density data partitioned by batch
281
  dataset_type: genome_map