A shiny module which plots the variance of samples
omXplore_variance_ui(id)
omXplore_variance_server(id, obj, i, pal.name = NULL)
CVDist(obj, conds, pal.name = NULL)
omXplore_variance(obj, i)
A character(1)
which is the id of the shiny module.
An matrix
An integer which is the index of the assay in the param obj
A character(1)
which is the name of the palette from
the package RColorBrewer from which the colors are taken. Default
value is 'Set1'.
A vector indicating the name of each sample.
NA
NA
A plot
A shiny app
if (interactive()) {
data(vdata)
omXplore_variance(vdata, 1)
}