Skip to contents

Generate boxplots with significance

Usage

plot_context_boxplot(sce, sample_col, group_col, test = "t.test", ...)

Arguments

sce

SingleCellExperiment with factors output from tensor-cell2cell

sample_col

context/sample names - obtained from `colData(sce)`

group_col

context descriptor - to be obtained from `colData(sce)`

...

arguments passed to the test used.