Launch the bundled Shiny application showcasing key functions and examples.
Usage
launchSeuratVisPro(port = 8888, host = "127.0.0.1")
Arguments
- port
Port to run the app on. Default: 8888.
- host
Host interface. Default: "127.0.0.1".
Value
No return value; launches a local Shiny app.
Examples
if (FALSE) { # \dontrun{
launchSeuratVisPro()
} # }