Skip to contents

This plot is useful to show counts of filtered spliced events once spliceWiz filters are applied.

Usage

get_ASE_counts_barplot(x, elem_text_size = 15, text_count_size = 10)

Arguments

x

an object of class NxtSE. Usually se or se.filtered.

elem_text_size

an integer denoting size of the various text elements in the plot.

text_count_size

an integer denoting size of the counts mentioned above each bar.

Value

ggplot.

Examples

se <- SpliceWiz::SpliceWiz_example_NxtSE(novelSplicing = TRUE)
get_ASE_counts_barplot(se, elem_text_size = 15, text_count_size = 4)