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

report: changed zoom in gene length plot

parent 6a0c99c5
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,7 @@ FIGS$prodigal$glength_violin <-
y="Gene length [bp]"
) +
diamond_theme2
FIGS$prodigal$glength_violin_le1kb <- FIGS$prodigal$glength_violin + coord_cartesian(ylim=c(0, 5000))
FIGS$prodigal$glength_violin_le1kb <- FIGS$prodigal$glength_violin + coord_cartesian(ylim=c(0, 3000))
# FIGS$prodigal$glength_density <-
# ggplot(data=TABS$prodigal_glength, aes(x=gene_length, colour=tool, fill=tool)) +
......
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