plotViolinBox: plotViolinBox

View source: R/plotViolinBox.R

plotViolinBoxR Documentation

plotViolinBox

Description

Create a half violin/half boxplot with individual data points.

Usage

plotViolinBox(df, r_statix = NULL)

Arguments

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.

Value

A half violin/half boxplot with individual data points.


AslaugL/thesisToolsOmics documentation built on April 3, 2022, 8:16 p.m.