singleCellTK {singleCellTK} | R Documentation |
Use this function to run the single cell analysis app.
singleCellTK(inSCE = NULL)
inSCE |
The input SCtkExperiment class object |
The shiny app will open
#Upload data through the app if(interactive()){ singleCellTK() } #Load the app with a SCtkExperiment object if(interactive()){ data("mouseBrainSubsetSCE") singleCellTK(mouseBrainSubsetSCE) }