Description Usage Arguments Value Examples
Use this function to run the single cell analysis app.
1 | singleCellTK(inSCE = NULL, includeVersion = TRUE, theme = "yeti")
|
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'. |
The shiny app will open
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)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.