densityPlot | R Documentation |
Estimation the counts density for each sample
densityPlot( 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 curves (one per biological condition) |
outfile |
TRUE to export the figure in a png file |
ggplot_theme |
ggplot2 theme function ( |
A file named densplot.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.