| ZetaSuiteApp | R Documentation |
Launches the ZetaSuite Shiny web application for interactive analysis of high-throughput screening data and single-cell RNA-seq quality control.
ZetaSuiteApp(launch.browser = TRUE, port = NULL, host = "127.0.0.1")
launch.browser |
Logical. Should the app launch in the default browser? Default is TRUE. |
port |
Integer. Port number for the Shiny app. Default is NULL (random port). |
host |
Character. Host address. Default is "127.0.0.1" (localhost). |
The Shiny app provides a user-friendly interface for:
Quality Control Analysis
Z-score Normalization
Event Coverage Analysis
Zeta Score Calculation
SVM-based Background Correction
Screen Strength Analysis
Single Cell Quality Control
Interactive visualizations and data export
Launches the Shiny application in a web browser.
## Not run:
# Launch the ZetaSuite Shiny app
ZetaSuiteApp()
# Launch without opening browser automatically
ZetaSuiteApp(launch.browser = FALSE)
# Launch on a specific port
ZetaSuiteApp(port = 3838)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.