added bubble plot

This commit is contained in:
Tanushree Tunstall 2020-02-02 09:17:11 +00:00
parent c15d1a8a95
commit 632b78320a

View file

@ -233,7 +233,7 @@ p2
#====================== #======================
# set output dir for plots # set output dir for plots
getwd() getwd()
setwd("~/git/Data/pyrazinamide/output/plots" setwd("~/git/Data/pyrazinamide/output/plots")
getwd() getwd()
svg('PS_Lig_OR_combined.svg', width = 32, height = 12) #inches svg('PS_Lig_OR_combined.svg', width = 32, height = 12) #inches
@ -243,7 +243,7 @@ theme_set(theme_gray()) # to preserve default theme
printFile = cowplot::plot_grid(plot_grid(p1, p2 printFile = cowplot::plot_grid(plot_grid(p1, p2
, ncol = 1 , ncol = 1
, align = 'v' , align = 'v'
, labels = c("A", "B") , labels = c("a", "b")
, label_size = my_als+5)) , label_size = my_als+5))
print(printFile) print(printFile)
dev.off() dev.off()