Shows a legend based on the tags in the package 'DaparToolshed'
custom_metacell_colors()
colorLegend_ui(id)
colorLegend_server(
id,
presentTags = reactive({
NULL
}),
hide.white = TRUE
)
colorLegend(dataIn = SummarizedExperiment::SummarizedExperiment())A character(1) which is the id of the shiny module.
A vector of character() which correspond to the tags.
A boolean() to indicate whether the white cells must be
hidden or not.
An instance of the class SummarizedExperiment.
A vector
NA
NA
A shiny app