View source: R/diagSizeFactorsPlots.R
diagSizeFactorsPlots | R Documentation |
Plots to assess the estimations of the size factors
diagSizeFactorsPlots( dds, group, col = c("lightblue", "orange", "MediumVioletRed", "SpringGreen"), outfile = TRUE, plots = c("diag", "sf_libsize"), ggplot_theme = theme_gray() )
dds |
a |
group |
factor vector of the condition from which each sample belongs |
col |
colors for the plots |
outfile |
TRUE to export the figure in a png file |
plots |
vector of plots to generate |
ggplot_theme |
ggplot2 theme function ( |
Two files in the figures directory: diagSizeFactorsHist.png containing one histogram per sample and diagSizeFactorsTC.png for a plot of the size factors vs the total number of reads
Marie-Agnes Dillies and Hugo Varet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.