Skip to content

Commit

Permalink
update: small improvements for display of data; selected variables an…
Browse files Browse the repository at this point in the history
…d theme, see #4
  • Loading branch information
m-jahn committed Feb 1, 2022
1 parent cd2e547 commit 1e91dcd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions R/custom_theme.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ custom.lattice <- function() {
reference = 1, bg = 0, fg = 1)
theme$superpose.symbol$fill <- c("#00526D", colorspace::rainbow_hcl(n = 6, c = 90, l = 50))
theme$superpose.symbol$pch <- 19
theme$superpose.symbol$cex <- 0.7
theme$superpose.line$lwd <- 2
theme$plot.symbol$pch <- 19
theme$plot.symbol$cex <- 0.7
theme$plot.line$lwd <- 2
theme$strip.background$col <- c(grey(0.95), grey(0.85))
theme$strip.shingle$col <- c(grey(0.75), grey(0.65))
Expand Down
2 changes: 1 addition & 1 deletion data/CRISPRi_library_2022.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ default:
- ggplot1
- ggplot2
grouping:
- by condition
- by cond. variable
- by X variable
- by Y variable
- by condition
- none
plot_type:
- points and lines
Expand Down
4 changes: 3 additions & 1 deletion data/Cupriavidus_BarSeq_2021.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ data:
- succinate - continuous
- succinate - pulse
selected:
- fructose - continuous
- fructose - pulse
- formate - pulse
- succinate - pulse
timepoint:
values:
- 0
Expand Down

0 comments on commit 1e91dcd

Please sign in to comment.