which element of AssayData to use for a given ExpressionSet input (default is "exprs")
sample
which element of sampleNames to use as data (default is 1). Can be a character matching a sample name or simply an integer indicating which sample to choose. See getSamples.
feature
which element of featureData to use as binning variable (default is 1). Can be a character matching varLabel or simply an integer indicating which feature to choose. See getFeatures.
num.bins
number of bins (default is 10) used to divide the data
num.steps
number of steps (default is 3) used to create bin offsets, resulting in bins of sliding windows
mode
the binning mode to be used. This must be either "continuous" or "discrete". "continuous" mode will divide the data into density-dependent bins. "discrete" mode will divide the data uniformly by binning data values.
show.avg
logical; if TRUE, plots overall density in addition to densities per bin. If FALSE (default), overall density plot is omitted.