Skip to content
Snippets Groups Projects
Commit b380f34c authored by Valentina Galata's avatar Valentina Galata
Browse files

report: minor change in report.R (axis titles in gene len fig)

parent 9e197abd
No related branches found
No related tags found
No related merge requests found
......@@ -176,8 +176,8 @@ FIGS$prodigal$glength_violin <-
geom_violin(draw_quantiles = c(0.25, 0.5, 0.75)) +
scale_fill_manual(values=ASM_TOOL_COLORS, guide=NULL) +
labs(
x="Gene length [bp]",
y=""
x="",
y="Gene length [bp]"
) +
diamond_theme2
FIGS$prodigal$glength_violin_le1kb <- FIGS$prodigal$glength_violin + coord_cartesian(ylim=c(0, 5000))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment