Notes

Fig S1A and S1B are a sets of images.


Setup packages and plotting for the notebook:

Fig. S1C - Biofilms without membrane

Let’s read in the data and we will calculate the biofilm concentration by assuming the colony was about 200 µL in size and resuspended in 3 mL, while the agar is the same as elsewhere (5 mL volume with 3 mL PBS added = 8 mL total).

Fig. S1D - Biofilms with sonication

Let’s read in the +/- sonication data and calculate the concentration as done in Fig. 1:

It looks like there may be a slightly higher biofilm concentration upon sonication. Let’s perform a statistical test:

## # A tibble: 3 x 4
##   measured_phenazine conf_int_low conf_int_high p_value
##   <chr>                     <dbl>         <dbl>   <dbl>
## 1 PCA                       -1.12           Inf  0.733 
## 2 PCN                        2.96           Inf  0.0378
## 3 PYO                       -1.26           Inf  0.161

It appears there is a statistically significant difference for PCN at p<0.05.

Fig. S1E - ∆phz* retention

Let’s read in the ∆phz* retention data.

Here’s a plot of the data for all 3 phenazines incubated simultaneously:

And here is the final plot where ∆phz* biofilms were incubated with individual phenazines:

Create figure


## R version 3.5.3 (2019-03-11)
## Platform: x86_64-apple-darwin15.6.0 (64-bit)
## Running under: macOS  10.15.6
## 
## Matrix products: default
## BLAS: /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libRblas.0.dylib
## LAPACK: /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libRlapack.dylib
## 
## locale:
## [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
## 
## attached base packages:
## [1] stats     graphics  grDevices utils     datasets  methods   base     
## 
## other attached packages:
##  [1] lubridate_1.7.4   hms_0.5.3         modelr_0.1.5     
##  [4] broom_0.5.2       kableExtra_1.1.0  cowplot_0.9.4    
##  [7] viridis_0.5.1     viridisLite_0.3.0 knitr_1.23       
## [10] forcats_0.4.0     stringr_1.4.0     dplyr_0.8.3      
## [13] purrr_0.3.3       readr_1.3.1       tidyr_1.0.0      
## [16] tibble_2.1.3      ggplot2_3.3.0     tidyverse_1.3.0  
## 
## loaded via a namespace (and not attached):
##  [1] tidyselect_0.2.5 xfun_0.7         haven_2.2.0      lattice_0.20-38 
##  [5] colorspace_1.4-1 vctrs_0.3.1      generics_0.0.2   htmltools_0.4.0 
##  [9] yaml_2.2.0       utf8_1.1.4       rlang_0.4.6      pillar_1.4.2    
## [13] glue_1.3.1       withr_2.1.2      DBI_1.0.0        dbplyr_1.4.2    
## [17] readxl_1.3.1     lifecycle_0.1.0  munsell_0.5.0    gtable_0.3.0    
## [21] cellranger_1.1.0 rvest_0.3.5      evaluate_0.14    labeling_0.3    
## [25] fansi_0.4.0      Rcpp_1.0.2       scales_1.0.0     backports_1.1.4 
## [29] webshot_0.5.1    jsonlite_1.6     fs_1.3.1         gridExtra_2.3   
## [33] digest_0.6.21    stringi_1.4.3    grid_3.5.3       cli_1.1.0       
## [37] tools_3.5.3      magrittr_1.5     crayon_1.3.4     pkgconfig_2.0.3 
## [41] xml2_1.2.2       reprex_0.3.0     assertthat_0.2.1 rmarkdown_1.13  
## [45] httr_1.4.1       rstudioapi_0.10  R6_2.4.0         nlme_3.1-137    
## [49] compiler_3.5.3