boxplot of features overall score

ova_score_boxplot(data, features, ref.group, label, method = "t.test")

Arguments

data

matrix, features in row and samples in column

features

vector, feature names to plot

ref.group

character, reference group name

label

vector, group labels

method

character, statistical test to use, details in ggpubr::stat_compare_means()

Value

ggplot object

Examples

data <- matrix(rnorm(100), 10, dimnames = list(1:10))
ova_score_boxplot(data, 1:5, ref.group = "A", label = rep(c("A", "B"), 5))