inst/shiny/ui_09_curatedworkflows.R

source("ui_celda.R", local = TRUE)
shinyPanelCuratedWorkflows <- fluidPage(
  tabsetPanel(
    tabPanel("CELDA", shinyPanelCelda),
    tabPanel("Seurat"),
    tabPanel("Bioconductor/OSCA")
  )
)

Try the singleCellTK package in your browser

Any scripts or data that you put into this service are public.

singleCellTK documentation built on Nov. 8, 2020, 5:21 p.m.