Use this function to run the single cell analysis app.
singleCellTK(inSCE = NULL, includeVersion = TRUE, theme = "yeti")
The shiny app will open
if (FALSE) { # \dontrun{
#Upload data through the app
singleCellTK()
# Load the app with a SingleCellExperiment object
data("mouseBrainSubsetSCE")
singleCellTK(mouseBrainSubsetSCE)
} # }