Skip to content

Commit

Permalink
Update deprecated argument
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmig committed Apr 16, 2024
1 parent 6b565c9 commit f6990de
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions config/design_plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,12 @@ theme_set(theme_minimal())

theme_update(text = element_text(size = 16, family = "Montserrat"),
axis.title = element_text(size = 16),
axis.line = element_line(size = 0.5, colour = "grey40", linetype=1, arrow = arrow(length = unit(3,"mm"))),
panel.grid =element_line(size = 0.17, color = "lightgray")
)

axis.line = element_line(linewidth = 0.5, colour = "grey40", linetype=1, arrow = arrow(length = unit(3,"mm"))),
panel.grid = element_line(linewidth = 0.17, color = "lightgray")
)


# CONFIG


gene_colors = c(M = "#B4D4B4",
N = "#B7B7B8",
orf1ab = "#9CC4DC",
Expand Down Expand Up @@ -56,7 +53,6 @@ node.alpha <- c(


# Nucleotide variants classification colors and labels

NV_colors <- c(
Frameshift = "#568D63",
"In frame" = "black",
Expand Down Expand Up @@ -87,4 +83,4 @@ dnds.colors <- c(
dnds.shapes <- c(
dn = 2,
ds = 4
)
)

0 comments on commit f6990de

Please sign in to comment.