View source: R/plotting_functions.R
ggboxplot_scatter | R Documentation |
This code creates a ggscatter boxplot with t-test and Anova statistic by stat_compare
ggboxplot_scatter(data_all_given, colName, y.coord)
data_all_given |
Dataframe containing all information for all samples. |
y.coord |
Dimension reduction coordinate (e.g. PC1, PC2), included as a column in data_all_given |
colname |
Variable name to test. It should be included within data_all_given |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.