@@ -144,7 +144,7 @@ These proteins can easily be visualized using the `boxplot` function
144144from the ` plotter ` objects in prolfqua
145145
146146``` r
147- ggpubr :: ggarrange( plotlist = protInt $ get_Plotter()$ boxplots()$ boxplot )
147+ gridExtra :: grid.arrange( grobs = protInt $ get_Plotter()$ boxplots()$ boxplot )
148148```
149149
150150![ Proteins with FDR \< 0.05 for the interaction in the factors condition
@@ -405,35 +405,32 @@ sessionInfo()
405405 ## [1] stats graphics grDevices utils datasets methods base
406406 ##
407407 ## other attached packages:
408- ## [1] dplyr_1.2.0
408+ ## [1] dplyr_1.2.0 prolfqua_1.5.0
409409 ##
410410 ## loaded via a namespace (and not attached):
411- ## [1] beeswarm_0.4.0 gtable_0.3.6 xfun_0.56
411+ ## [1] gtable_0.3.6 beeswarm_0.4.0 xfun_0.56
412412 ## [4] bslib_0.10.0 ggplot2_4.0.2 htmlwidgets_1.6.4
413- ## [7] ggrepel_0.9.8 rstatix_0.7.3 vctrs_0.7.1
414- ## [10] tools_4.5.2 generics_0.1.4 tibble_3.3.1
415- ## [13] pkgconfig_2.0.3 pheatmap_1.0.13 data.table_1.18.2.1
416- ## [16] RColorBrewer_1.1-3 S7_0.2.1 desc_1.4.3
417- ## [19] lifecycle_1.0.5 prolfqua_1.5.0 compiler_4.5.2
418- ## [22] farver_2.1.2 textshaping_1.0.5 progress_1.2.3
419- ## [25] statmod_1.5.1 carData_3.0-6 vipor_0.4.7
420- ## [28] htmltools_0.5.9 sass_0.4.10 yaml_2.3.12
421- ## [31] lazyeval_0.2.2 Formula_1.2-5 plotly_4.12.0
422- ## [34] car_3.1-5 pillar_1.11.1 pkgdown_2.2.0
423- ## [37] ggpubr_0.6.3 crayon_1.5.3 jquerylib_0.1.4
424- ## [40] tidyr_1.3.2 MASS_7.3-65 cachem_1.1.0
425- ## [43] limma_3.66.0 abind_1.4-8 tidyselect_1.2.1
426- ## [46] digest_0.6.39 stringi_1.8.7 purrr_1.2.1
427- ## [49] labeling_0.4.3 forcats_1.0.1 cowplot_1.2.0
428- ## [52] fastmap_1.2.0 grid_4.5.2 cli_3.6.5
429- ## [55] magrittr_2.0.4 utf8_1.2.6 broom_1.0.12
430- ## [58] withr_3.0.2 backports_1.5.0 prettyunits_1.2.0
431- ## [61] scales_1.4.0 ggbeeswarm_0.7.3 rmarkdown_2.30
432- ## [64] httr_1.4.8 otel_0.2.0 gridExtra_2.3
433- ## [67] ggsignif_0.6.4 ragg_1.5.1 hms_1.1.4
434- ## [70] evaluate_1.0.5 knitr_1.51 UpSetR_1.4.0
435- ## [73] viridisLite_0.4.3 rlang_1.1.7 Rcpp_1.1.1
436- ## [76] glue_1.8.0 jsonlite_2.0.0 R6_2.6.1
437- ## [79] plyr_1.8.9 systemfonts_1.3.2 fs_1.6.7
413+ ## [7] ggrepel_0.9.8 vctrs_0.7.1 tools_4.5.2
414+ ## [10] generics_0.1.4 tibble_3.3.1 pkgconfig_2.0.3
415+ ## [13] pheatmap_1.0.13 data.table_1.18.2.1 RColorBrewer_1.1-3
416+ ## [16] S7_0.2.1 desc_1.4.3 lifecycle_1.0.5
417+ ## [19] compiler_4.5.2 farver_2.1.2 textshaping_1.0.5
418+ ## [22] progress_1.2.3 statmod_1.5.1 vipor_0.4.7
419+ ## [25] htmltools_0.5.9 sass_0.4.10 yaml_2.3.12
420+ ## [28] lazyeval_0.2.2 plotly_4.12.0 pillar_1.11.1
421+ ## [31] pkgdown_2.2.0 crayon_1.5.3 jquerylib_0.1.4
422+ ## [34] tidyr_1.3.2 MASS_7.3-65 cachem_1.1.0
423+ ## [37] limma_3.66.0 tidyselect_1.2.1 digest_0.6.39
424+ ## [40] stringi_1.8.7 purrr_1.2.1 labeling_0.4.3
425+ ## [43] forcats_1.0.1 fastmap_1.2.0 grid_4.5.2
426+ ## [46] cli_3.6.5 magrittr_2.0.4 utf8_1.2.6
427+ ## [49] withr_3.0.2 prettyunits_1.2.0 scales_1.4.0
428+ ## [52] ggbeeswarm_0.7.3 rmarkdown_2.30 httr_1.4.8
429+ ## [55] otel_0.2.0 gridExtra_2.3 ragg_1.5.1
430+ ## [58] hms_1.1.4 evaluate_1.0.5 knitr_1.51
431+ ## [61] UpSetR_1.4.0 viridisLite_0.4.3 rlang_1.1.7
432+ ## [64] Rcpp_1.1.1 glue_1.8.0 jsonlite_2.0.0
433+ ## [67] R6_2.6.1 plyr_1.8.9 systemfonts_1.3.2
434+ ## [70] fs_1.6.7
438435
439436## References
0 commit comments