launchSeuratExplorer: Launch shiny app

View source: R/launch.R

launchSeuratExplorerR Documentation

Launch shiny app

Description

Launch shiny app

Usage

launchSeuratExplorer(
  verbose = FALSE,
  ReductionKeyWords = c("umap", "tsne"),
  SplitOptionMaxLevel = 12,
  MaxInputFileSize = 20 * 1024^3
)

Arguments

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

Value

In-browser Shiny Application launch

Examples

if(interactive()){launchSeuratExplorer()}

SeuratExplorer documentation built on Jan. 19, 2026, 9:07 a.m.