added boxplot_stat_log.R to generate graphs with log data and stats
This commit is contained in:
parent
550e8b2c50
commit
b8ff7995ac
6 changed files with 249 additions and 10 deletions
|
@ -28,7 +28,7 @@ fp_npa = length(unique(lf_fp_npa$mosaic)); fp_npa
|
|||
cat("\nPlotting boxplots with stats for:", my_sample_npa
|
||||
, "\n========================================================\n")
|
||||
|
||||
plots_npa = doMyPlots(lf_fp_npa)
|
||||
plots_npa = doMyPlotsStats(lf_fp_npa)
|
||||
npa_plot = ggpubr::ggarrange(plotlist = plots_npa
|
||||
, align = "hv"
|
||||
, ncol = 7
|
||||
|
@ -94,7 +94,7 @@ fp_serum = length(unique(lf_fp_serum$mosaic)); fp_serum
|
|||
cat("\nPlotting boxplots with stats for:", my_sample_serum
|
||||
, "\n========================================================\n")
|
||||
|
||||
plots_serum = doMyPlots(lf_fp_serum)
|
||||
plots_serum = doMyPlotsStats(lf_fp_serum)
|
||||
serum_plot = ggpubr::ggarrange(plotlist = plots_serum
|
||||
, align = "hv"
|
||||
, ncol = 7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue