singleCellTK {singleCellTK}R Documentation

Run the single cell analysis app

Description

Use this function to run the single cell analysis app.

Usage

singleCellTK(inSCE = NULL)

Arguments

inSCE

The input SCtkExperiment class object

Value

The shiny app will open

Examples

#Upload data through the app
if(interactive()){
  singleCellTK()
}

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


[Package singleCellTK version 1.0.3 Index]