ggDensityPlot | R Documentation |
Creates a density distribution plot from a microarray object with 'exprs()' such as an ExpressionSet
ggDensityPlot( object, groupvar, interactive = TRUE, nsamp = 10000, ytrans = NA, xtrans = "log2" )
object |
A microarray data in a ExpressionSet or GeneFeatureSet |
groupvar |
A numeric indicating the column to use as grouping factor or a character indicating it's name |
interactive |
A boolean indicating if the plot will be converted to an interactive 'ggplotly()' |
nsamp |
The number of samples used in the plotting to reduce computation time |
xtrans |
A transformation applied to the represented intensities, usually log2 for microarray analysis |
Returns a ggplot object or a ggplotly
Jordi Rofes Herrera
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.