View source: R/splicewiz_wrappers.R
get_ASE_counts_barplot | R Documentation |
This plot is useful to show counts of filtered spliced events once spliceWiz filters are applied.
get_ASE_counts_barplot(x, elem_text_size = 15, text_count_size = 10)
x |
an object of class |
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. |
ggplot.
se <- SpliceWiz::SpliceWiz_example_NxtSE(novelSplicing = TRUE)
get_ASE_counts_barplot(se, elem_text_size = 15, text_count_size = 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.