Skip to content

Commit

Permalink
feat: uploaded new data for C. necator 2023 publication
Browse files Browse the repository at this point in the history
  • Loading branch information
m-jahn committed Nov 30, 2023
1 parent 248e5e0 commit db09de4
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 0 deletions.
Binary file added data/Cupriavidus_BarSeq_2023.Rdata
Binary file not shown.
93 changes: 93 additions & 0 deletions data/Cupriavidus_BarSeq_2023.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
# variables to generate gene tree
tree:
levels:
- Process
- Pathway
- gene_name
- locus_tag
gene_level:
- gene_name

# main parameters to filter data
data:
condition:
values:
- hydrogen - pulse
- nitrate - continuous
- nitrate - pulse
- fructose - continuous
- fructose - pulse
- formate - continuous
- formate - pulse
- succinate - continuous
- succinate - pulse
selected:
- hydrogen - pulse
- nitrate - pulse
- formate - pulse
timepoint:
values:
- 0
- 4
- 8
- 12
- 16
selected:
- 0
- 4
- 8
- 12
- 16

# variables for plotting data
plotting:
x_vars:
- timepoint
- condition
- locus_tag
- gene_name
- Process
- Pathway
y_vars:
- fitness_score
- fold_change
- t_stat
- counts
- strains_per_gene
cond_vars:
- gene_name
- locus_tag
- timepoint
- condition
- Process
- Pathway

# default plot parameters
default:
theme:
- lattice grey
- lattice blue
- ggplot1
- ggplot2
grouping:
- by condition
- by cond. variable
- by X variable
- by Y variable
- none
plot_type:
- points and lines
- points
- lines
y_scale:
- linear
- log 2
- log 10
- log e
fitness:
x_var: gene_name
y_var: fitness_score
comparison: condition
filter:
var: timepoint
val: 8

0 comments on commit db09de4

Please sign in to comment.