Skip to content

Commit

Permalink
capital aov
Browse files Browse the repository at this point in the history
  • Loading branch information
WardDeb committed Dec 19, 2023
1 parent 90b5017 commit e370dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/fig1.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ cols_ortho <- c("unclas" = "#35274A","thogotolike" = "#0B775E", "influenza" = "#

orthodraw <- ggtree(orthotree, aes(color=group)) +
geom_tiplab(align = TRUE, aes(subset = isTip & label %in% c(
'Apis orthomyxovirus 1',
'apis orthomyxovirus 1',
"QGA69818.1 - Varroa orthomyxovirus-1",
"APG77896.1 - Hubei orthomyxo-like virus 4",
"APG77906.1 - Hubei orthoptera virus 6",
Expand Down Expand Up @@ -881,4 +881,4 @@ ggsave('output/sup_fig3.tiff', vdvdraw_full, device='tiff',dpi=300, width=12, he
testgrid <- grid.arrange(amfvdraw,bmlvdraw,apparlidraw,vdvdraw, apthilidraw ,orthodraw,nrow=3, ncol=2)
ggsave("output/fig1.pdf",testgrid, device = "pdf", height=15,width=20, limitsize=FALSE)
ggsave("output/fig1.png",testgrid, device = "png", height=15,width=20, limitsize=FALSE)
ggsave("output/fig1.tiff",testgrid, device = "tiff", height=15,width=20, limitsize=FALSE)
ggsave("output/fig1.tiff",testgrid, device = "tiff", height=15,width=20, limitsize=FALSE)

0 comments on commit e370dca

Please sign in to comment.