Skip to contents

Boxplot of true and false positives for specific comparisons and normalization methods

Usage

plot_TP_FP_spiked_box(stats, ain = NULL, comparisons = NULL)

Arguments

stats

data table with multiple metrics of the DE results (resulting of get_spiked_stats_DE)

ain

Vector of strings of normalization methods to visualize (must be valid normalization methods saved in stats)

comparisons

Vector of comparisons (must be valid comparisons saved in stats)

Value

ggplot object (barplot)

Examples

data(spike_in_se)
data(spike_in_de_res)
stats <- get_spiked_stats_DE(spike_in_se, spike_in_de_res)
plot_TP_FP_spiked_box(stats, ain = NULL, comparisons = NULL)
#> All comparisons of stats will be visualized.
#> All normalization methods of de_res will be visualized.