plot_counts_scatter | R Documentation |
Title
plot_counts_scatter(
polya_data_summarized,
groupingFactor = NA,
condition1 = NA,
condition2 = NA,
min_counts = 0,
max_counts = 0,
points_coloring_factor = NA,
repel_elements = NA,
repel_group = NA,
transcript_id_column = "transcript",
...
)
polya_data_summarized |
polyA predictions table, summarized using summarize_polya |
groupingFactor |
name of column used for grouping |
condition1 |
first condition to use for plotting |
condition2 |
second condition to use for plotting |
min_counts |
minimum number of counts to be shown |
max_counts |
maximum number of counts to be shown |
points_coloring_factor |
factor specifying how to color points |
repel_elements |
TBD |
repel_group |
TBD |
transcript_id_column |
TBD #' |
... |
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.