singleCellTK: Run the single cell analysis app

Description Usage Arguments Value Examples

View source: R/singleCellTK.R

Description

Use this function to run the single cell analysis app.

Usage

1
singleCellTK(inSCE = NULL, includeVersion = TRUE, theme = "yeti")

Arguments

inSCE

Input SingleCellExperiment object.

includeVersion

Include the version number in the SCTK header. The default is TRUE.

theme

The bootswatch theme to use for the singleCellTK UI. The default is 'flatly'.

Value

The shiny app will open

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#Upload data through the app
if(interactive()){
  singleCellTK()
}

# Load the app with a SingleCellExperiment object
if(interactive()){
  data("mouseBrainSubsetSCE")
  singleCellTK(mouseBrainSubsetSCE)
}

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