Description Usage Arguments Details Value See Also Examples
The tooltip shows the median, variance, maximum, minimum and number of non-NA
samples of each data series (if data
contains names or column names,
those will be used as sample names and also appear in the tooltip).
1 2 3 4 5 6 7 8 9 10 11 12 13 |
data |
Numeric, data frame or matrix: gene expression data or
alternative splicing event quantification values (sample names are based on
their |
groups |
List of sample names or vector containing the group name per
|
rug |
Boolean: show rug plot? |
vLine |
Boolean: plot vertical lines (including descriptive statistics for each group)? |
... |
Arguments passed on to
|
title |
Character: plot title |
psi |
Boolean: are |
rugLabels |
Boolean: plot sample names in the rug? |
rugLabelsRotation |
Numeric: rotation (in degrees) of rug labels; this
may present issues at different zoom levels and depending on the proximity
of |
legend |
Boolean: show legend? |
valueLabel |
Character: label for the value (by default, either
|
Argument groups
can be either:
a list of sample names, e.g.
list("Group 1"=c("Sample A", "Sample B"), "Group 2"=c("Sample C")))
a character vector with the same length as data
, e.g.
c("Sample A", "Sample C", "Sample B")
.
highchart
object with density plot
Other functions to perform and plot differential analyses:
diffAnalyses()
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.