R/omXplore_density.R
density-plot.Rd
Displays a correlation matrix of the quantitative data of a numeric matrix.
omXplore_density_ui(id)
omXplore_density_server(
id,
obj = reactive({
NULL
}),
i = reactive({
NULL
}),
pal.name = reactive({
NULL
})
)
densityPlot(data, conds = NULL, pal.name = NULL)
omXplore_density(obj, i)
A character(1)
which is the id of the shiny module.
An instance of the class SummarizedExperiment
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 data.frame() of quantitative data
A vector indicating the name of each sample.
NA
NA
A plot
A shiny app