ggExprDistrPlot: Microarray intensity distribution boxplot/violin plot

View source: R/transcrProc.R

ggExprDistrPlotR Documentation

Microarray intensity distribution boxplot/violin plot

Description

Creates a boxplot/violin plot from a microarray object with 'exprs()' such as an ExpressionSet

Usage

ggExprDistrPlot(
  object,
  violin = TRUE,
  groupvar,
  interactive = TRUE,
  nsamp = 1e+05,
  ytrans = "log2"
)

Arguments

object

A microarray data in a ExpressionSet or GeneFeatureSet

violin

A boolean indicating if the plot will be a violin plot/boxplot

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

ytrans

A transformation applied to the represented intensities, usually log2 for microarray analysis

Value

Returns a ggplot object or a ggplotly

Author(s)

Jordi Rofes Herrera


jordirofes/OmniOmics documentation built on Nov. 22, 2022, 5:46 a.m.