barplotTotal | R Documentation |
Bar plot of the total number of reads per sample
barplotTotal( counts, group, col = c("lightblue", "orange", "MediumVioletRed", "SpringGreen"), outfile = TRUE, ggplot_theme = theme_gray() )
counts |
|
group |
factor vector of the condition from which each sample belongs |
col |
colors of the bars (one color per biological condition) |
outfile |
TRUE to export the figure in a png file |
ggplot_theme |
ggplot2 theme function ( |
A file named barplotTotal.png in the figures directory
Marie-Agnes Dillies and Hugo Varet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.