View source: R/plotViolinBox.R
plotViolinBox | R Documentation |
Create a half violin/half boxplot with individual data points.
plotViolinBox(df, r_statix = NULL)
df |
Dataframe with a 'feature' column with feature names, a 'sample_id' column with sample ID's, a 'value' column with feature values for the samples, and a 'group' column splitting the samples into two groups (cases and controls). |
r_statix |
An optional r statix t-test/wilcoxon test result table, that add a string of stats to the title of the plot. |
A half violin/half boxplot with individual data points.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.