| launchSeuratExplorer | R Documentation |
Launch shiny app
launchSeuratExplorer(
verbose = FALSE,
ReductionKeyWords = c("umap", "tsne"),
SplitOptionMaxLevel = 12,
MaxInputFileSize = 20 * 1024^3
)
verbose |
for debug use |
ReductionKeyWords |
key words used for prepare Reduction options |
SplitOptionMaxLevel |
max level cutoff for prepare Split options |
MaxInputFileSize |
set the limited upload file size |
In-browser Shiny Application launch
if(interactive()){launchSeuratExplorer()}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.