get_diff_gene_count_barplot | R Documentation |
Generate a barplot of DEG counts.
get_diff_gene_count_barplot(
x,
col_up = "#a40000",
col_down = "#16317d",
font_size = 12,
show_counts = TRUE
)
x |
an object of class parcutils |
col_up |
a character string, default #a40000, denoting valid a color name for "Up" regulated genes. |
col_down |
a character string, default #16317d, denoting valid a color name "Down" regulated genes. |
font_size |
a numeric, default 12, denoting font size in the plot. |
show_counts |
a logical, default |
a ggplot
res = .get_parcutils_object_example()
get_diff_gene_count_barplot(res, font_size = 15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.