inst/shiny/v1.3/most_expressed_genes/UI.R

##----------------------------------------------------------------------------##
## Tab: Most expressed genes
##----------------------------------------------------------------------------##
tab_most_expressed_genes <- tabItem(
  tabName = "mostExpressedGenes",
  shinyjs::inlineCSS("
    #most_expressed_genes_table .table th {
      text-align: center;
    }
    "
  ),
  uiOutput("most_expressed_genes_select_group_UI"),
  uiOutput("most_expressed_genes_table_UI")
)
romanhaa/cerebroApp documentation built on Nov. 25, 2021, 5:29 p.m.