Skip to contents

This function generates a violin plot for a given data matrix. The violin plot shows the distribution of the values in the data matrix across different variables, with each variable's distribution displayed as a separate violin.

Usage

make_violin_box_plots(data, meta, condition)

Arguments

data

A numeric matrix containing the data.

meta

A dataframe containing the column meta data of data

condition

The name of the factor column of meta for the experiment

Value

A ggplot object representing the violin plot.