plot_annotations_comparison_boxplot | R Documentation |
Title
plot_annotations_comparison_boxplot(
annotated_polya_data,
annotation_factor = NA,
grouping_factor = NA,
condition1 = NA,
condition2 = NA,
annotation_levels = c(),
violin = FALSE,
...
)
annotated_polya_data |
data frame(or tibble) with polyA predictions and associated annotations |
annotation_factor |
column specifying factor grouping transcripts by annotation |
grouping_factor |
column in polya_data_table specifing factor grouping samples |
condition1 |
if only 2 conditions to show, choose which one is first |
condition2 |
if only 2 conditions to show, choose which one is second |
annotation_levels |
vector specifying selected annotation levels from annotation_factor |
violin |
plot violin instead of boxplot? |
... |
parameters passed to .basic_aesthetics function (scale_x_limit_low = NA, scale_x_limit_high = NA, scale_y_limit_low = NA, scale_y_limit_high = NA, color_palette = "Set1",plot_title=NA) |
ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.