Skip to contents

This module shows a faceted boxplot, one panel per gene, for the top differential genes in a selected contrast (grouped by that contrast's condition, with an optional beeswarm point overlay). Gene selection reuses the selectmatrix and contrasts modules used elsewhere for expression/contrast selection, plus colormaker for palette choice.

Usage

topgeneboxplotInput(id, eselist)

Arguments

id

Submodule namespace

eselist

ExploratorySummarizedExperimentList object containing ExploratorySummarizedExperiment objects

Value

output An HTML tag object that can be rendered as HTML using as.character()

Examples

topgeneboxplotInput("topgeneboxplot", eselist)
#> Error in topgeneboxplotInput("topgeneboxplot", eselist): could not find function "topgeneboxplotInput"