cmatkhan commited on
Commit
c26f8b4
·
verified ·
1 Parent(s): 89c9cae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +155 -51
README.md CHANGED
@@ -183,8 +183,158 @@ configs:
183
  dtype: string
184
  description: Source identifier for the control dataset (m2025 or h2021)
185
  - name: condition
186
- dtype: string
187
- description: Experimental condition. 'standard' is YPD.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
188
  - name: regulator_locus_tag
189
  dtype: string
190
  description: Systematic gene name (ORF identifier) of the transcription factor
@@ -205,12 +355,15 @@ configs:
205
  description: Strand orientation (+ or -) of the promoter/target
206
  - name: input_vs_target_log2_fold_change
207
  dtype: float64
 
208
  description: Log2 fold change of TF-tagged sample vs control (from DESeq2)
209
  - name: input_vs_target_p_value
210
  dtype: float64
 
211
  description: P-value for differential enrichment (from DESeq2)
212
  - name: input_vs_target_adj_p_value
213
  dtype: float64
 
214
  description: Adjusted p-value (FDR-corrected) for differential enrichment (from DESeq2)
215
 
216
  - config_name: rna_seq
@@ -275,55 +428,6 @@ This repo provides 5 datasets:
275
  m2025 from the Mahendrawada 2025 paper, and h2021 from a previous paper from the Hahn
276
  lab.
277
 
278
- The condition definitions are:
279
-
280
- - **30**: incubation for 10 min at 30 °C for no heat shock
281
- - **37**: incubation at 37 °C for 10 min for heat shock
282
- - **SM**: SM (sufometuron methyl) is a chemical agent used to
283
- induce amino acid starvation, creating a stress condition to activate and study the transcription factor Gcn4.
284
- - **WT**: WT (Wild-type) serves as a negative control to
285
- distinguish the specific effects of transcription factor depletion from non-specific side effects caused by the chemical treatment (IAA/DMSO).
286
- - **WT_SM**: WT_SM represents the Wild-Type strain (expressing native Gcn4)
287
- treated with Sufometuron Methyl (SM) to induce amino acid starvation.
288
- It acts as the activated stress condition to be compared against the
289
- uninduced basal Wild-Type (WT) or Gcn4 mutants.
290
- - **admut**: admut refers to Gcn4 activation domain mutants, where the
291
- protein's activation domains are inactivated (via deletion or missense
292
- mutation) to inhibit their function while retaining the DNA-binding domain.
293
- - **admut_SM**: admut_SM refers to these specific mutant strains treated
294
- with Sufometuron Methyl (SM) to induce amino acid starvation stress.
295
- - **cAD**: cAD refers to the Gcn4 mutant where the central activation
296
- domain is specifically inactivated by missense mutations.
297
- - **cAD_SM**: cAD_SM refers to this mutant strain measured under amino acid
298
- starvation stress induced by Sufometuron Methyl (SM).
299
- - **dbdmut**: dbdmut refers to the Gcn4(DBD) mutant, which contains a triple
300
- mutation in the DNA-binding domain designed to inhibit its specific DNA binding function.
301
- - **dbdmut_SM**: dbdmut_SM refers to this same mutant strain treated with
302
- Sufometuron Methyl (SM) to induce amino acid starvation, allowing
303
- researchers to test if the Gcn4 protein can still target the genome
304
- via its activation domain even when its DNA-binding domain is disabled.
305
- - **galactose**: Galactose refers to the induced condition
306
- (2% galactose for 2 hours) specifically used to activate the transcription
307
- factor Gal4 for functional analysis.
308
- - **nAD**: nAD refers to the Gcn4 mutant where the N-terminal activation
309
- domain is specifically inactivated by missense mutations.
310
- - **nAD_SM**: nAD_SM refers to this mutant strain analyzed under amino acid
311
- starvation stress induced by Sufometuron Methyl (SM).
312
- - **ncAD**: ncAD refers to the Gcn4 mutant where both the N-terminal and
313
- central activation domains are inactivated.
314
- - **ncAD_SM**: ncAD_SM refers to this double mutant strain analyzed under
315
- amino acid starvation stress induced by Sufometuron Methyl (SM).
316
- - **raffinose**: Raffinose refers to the non-inducing growth medium
317
- (YEP with 2% raffinose) used as a baseline condition to cultivate cells
318
- before triggering Gal4 activation with galactose.
319
- - **standard**:synthetic complete (SC) media (per litre: 1.7 g yeast
320
- nitrogen base without ammonium sulfate or amino acids (BD Difco),
321
- 5 g ammonium sulfate, 40 μg ml−1 adenine sulfate, 0.6 g amino acid dropout
322
- mix and supplemented with 2 μg ml−1 uracil and 0.01% other amino acids to
323
- complement auxotrophic markers). Standard amino acid dropout mix contains
324
- 2 g each of Tyr, Ser, Val, Ile, Phe, Asp, Pro and 4 g each of Arg and
325
- Thr.
326
-
327
  ## Usage
328
 
329
  The python package `tfbpapi` provides an interface to this data which eases
 
183
  dtype: string
184
  description: Source identifier for the control dataset (m2025 or h2021)
185
  - name: condition
186
+ dtype:
187
+ class_label:
188
+ names: ["standard",
189
+ "30", "37",
190
+ "SM", "WT", "WT_SM",
191
+ "admut", "admut_SM",
192
+ "cAD", "cAD_SM",
193
+ "dbdmut", "dbdmut_SM",
194
+ "nAD", "nAD_SM",
195
+ "ncAD", "ncAD_SM",
196
+ "galactose", "raffinose"]
197
+ role: experimental_condition
198
+ description: Experimental condition. Standard is YPD (synthetic complete media).
199
+ definitions:
200
+ standard:
201
+ description: Baseline growth condition in synthetic complete media
202
+ growth_conditions:
203
+ media:
204
+ name: synthetic_complete
205
+ composition:
206
+ yeast_nitrogen_base_g_per_l: 1.7
207
+ yeast_nitrogen_base_specs:
208
+ - without_amino_acids
209
+ - without_ammonium_sulfate
210
+ ammonium_sulfate_g_per_l: 5
211
+ adenine_sulfate_ug_per_ml: 40
212
+ amino_acid_dropout_mix_g_per_l: 0.6
213
+ amino_acid_dropout_mix_composition:
214
+ - compound: Tyrosine
215
+ g_per_l: 2
216
+ - compound: Serine
217
+ g_per_l: 2
218
+ - compound: Valine
219
+ g_per_l: 2
220
+ - compound: Isoleucine
221
+ g_per_l: 2
222
+ - compound: Phenylalanine
223
+ g_per_l: 2
224
+ - compound: Aspartic_acid
225
+ g_per_l: 2
226
+ - compound: Proline
227
+ g_per_l: 2
228
+ - compound: Arginine
229
+ g_per_l: 4
230
+ - compound: Threonine
231
+ g_per_l: 4
232
+ uracil_ug_per_ml: 2
233
+ other_amino_acids_percent: 0.01
234
+ "30":
235
+ description: No heat shock control at 30°C
236
+ growth_conditions:
237
+ temperature_celsius: 30
238
+ duration_minutes: 10
239
+ "37":
240
+ description: Heat shock condition at elevated temperature
241
+ growth_conditions:
242
+ temperature_celsius: 37
243
+ duration_minutes: 10
244
+ SM:
245
+ description: Amino acid starvation stress induced by sulfometuron methyl
246
+ growth_conditions:
247
+ media:
248
+ name: synthetic_complete_minus_isoleucine_valine
249
+ chemical_stress:
250
+ agent: sulfometuron_methyl
251
+ concentration_ug_per_ml: 0.5
252
+ duration_minutes: 60
253
+ WT:
254
+ description: Wild-type negative control to distinguish specific TF effects from non-specific IAA/DMSO treatment effects
255
+ strain_type: wildtype
256
+ WT_SM:
257
+ description: Wild-type strain treated with sulfometuron methyl to induce amino acid starvation
258
+ strain_type: wildtype
259
+ chemical_stress:
260
+ agent: sulfometuron_methyl
261
+ concentration_ug_per_ml: 0.5
262
+ duration_minutes: 60
263
+ admut:
264
+ description: Gcn4 activation domain mutant with inactivated activation domains but intact DNA-binding domain
265
+ strain_type: gcn4_mutant
266
+ mutation_type: activation_domain_deleted
267
+ admut_SM:
268
+ description: Gcn4 activation domain mutant treated with sulfometuron methyl
269
+ strain_type: gcn4_mutant
270
+ mutation_type: activation_domain_deleted
271
+ chemical_stress:
272
+ agent: sulfometuron_methyl
273
+ concentration_ug_per_ml: 0.5
274
+ duration_minutes: 60
275
+ cAD:
276
+ description: Gcn4 central activation domain inactivated by missense mutations
277
+ strain_type: gcn4_mutant
278
+ mutation_type: central_activation_domain_inactivated
279
+ cAD_SM:
280
+ description: Gcn4 central activation domain mutant treated with sulfometuron methyl
281
+ strain_type: gcn4_mutant
282
+ mutation_type: central_activation_domain_inactivated
283
+ chemical_stress:
284
+ agent: sulfometuron_methyl
285
+ concentration_ug_per_ml: 0.5
286
+ duration_minutes: 60
287
+ dbdmut:
288
+ description: Gcn4 DNA-binding domain mutant with triple mutation to inhibit specific DNA binding
289
+ strain_type: gcn4_mutant
290
+ mutation_type: dna_binding_domain_inactivated
291
+ dbdmut_SM:
292
+ description: Gcn4 DNA-binding domain mutant treated with sulfometuron methyl
293
+ strain_type: gcn4_mutant
294
+ mutation_type: dna_binding_domain_inactivated
295
+ chemical_stress:
296
+ agent: sulfometuron_methyl
297
+ concentration_ug_per_ml: 0.5
298
+ duration_minutes: 60
299
+ nAD:
300
+ description: Gcn4 N-terminal activation domain inactivated by missense mutations
301
+ strain_type: gcn4_mutant
302
+ mutation_type: n_terminal_activation_domain_inactivated
303
+ nAD_SM:
304
+ description: Gcn4 N-terminal activation domain mutant treated with sulfometuron methyl
305
+ strain_type: gcn4_mutant
306
+ mutation_type: n_terminal_activation_domain_inactivated
307
+ chemical_stress:
308
+ agent: sulfometuron_methyl
309
+ concentration_ug_per_ml: 0.5
310
+ duration_minutes: 60
311
+ ncAD:
312
+ description: Gcn4 mutant with both N-terminal and central activation domains inactivated
313
+ strain_type: gcn4_mutant
314
+ mutation_type: n_terminal_and_central_activation_domains_inactivated
315
+ ncAD_SM:
316
+ description: Gcn4 N-terminal and central activation domain double mutant treated with sulfometuron methyl
317
+ strain_type: gcn4_mutant
318
+ mutation_type: n_terminal_and_central_activation_domains_inactivated
319
+ chemical_stress:
320
+ agent: sulfometuron_methyl
321
+ concentration_ug_per_ml: 0.5
322
+ duration_minutes: 60
323
+ galactose:
324
+ description: Galactose induction condition for Gal4 transcription factor activation
325
+ growth_conditions:
326
+ induction:
327
+ inducer: D-galactose
328
+ concentration_percent: 2
329
+ duration_hours: 2
330
+ raffinose:
331
+ description: Non-inducing baseline growth medium for Gal4 experiments
332
+ growth_conditions:
333
+ media:
334
+ name: yeast_extract_peptone
335
+ carbon_source:
336
+ compound: D-raffinose
337
+ concentration_percent: 2
338
  - name: regulator_locus_tag
339
  dtype: string
340
  description: Systematic gene name (ORF identifier) of the transcription factor
 
355
  description: Strand orientation (+ or -) of the promoter/target
356
  - name: input_vs_target_log2_fold_change
357
  dtype: float64
358
+ role: quantitative_measure
359
  description: Log2 fold change of TF-tagged sample vs control (from DESeq2)
360
  - name: input_vs_target_p_value
361
  dtype: float64
362
+ role: quantitative_measure
363
  description: P-value for differential enrichment (from DESeq2)
364
  - name: input_vs_target_adj_p_value
365
  dtype: float64
366
+ role: quantitative_measure
367
  description: Adjusted p-value (FDR-corrected) for differential enrichment (from DESeq2)
368
 
369
  - config_name: rna_seq
 
428
  m2025 from the Mahendrawada 2025 paper, and h2021 from a previous paper from the Hahn
429
  lab.
430
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
431
  ## Usage
432
 
433
  The python package `tfbpapi` provides an interface to this data which eases