View source: R/countsBoxplots.R
countsBoxplots | R Documentation |
Box-plots of raw and normalized counts distributions per sample to assess the effect of the normalization
countsBoxplots( object, group, col = c("lightblue", "orange", "MediumVioletRed", "SpringGreen"), outfile = TRUE, ggplot_theme = theme_gray() )
object |
a |
group |
factor vector of the condition from which each sample belongs |
col |
colors of the boxplots (one per biological condition) |
outfile |
TRUE to export the figure in a png file |
ggplot_theme |
ggplot2 theme function ( |
A file named countsBoxplots.png in the figures directory containing boxplots of the raw and normalized counts
Marie-Agnes Dillies and Hugo Varet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.