plot_MA | R Documentation |
Crates simple MA plot, with log10(mean expression) on the X-axis and log2(fold_change) on the Y-axis
plot_MA(input_data, transcript_id_column, labels = FALSE, nlabels = 10, ...)
input_data |
a table with output from calculate_diff_exp_binom |
transcript_id_column |
column used for transcript id |
labels |
show point labels using ggrepel |
nlabels |
number of labels to show |
... |
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.