ZetaSuiteApp: Launch ZetaSuite Shiny Application

View source: R/ZetaSuiteApp.R

ZetaSuiteAppR Documentation

Launch ZetaSuite Shiny Application

Description

Launches the ZetaSuite Shiny web application for interactive analysis of high-throughput screening data and single-cell RNA-seq quality control.

Usage

ZetaSuiteApp(launch.browser = TRUE, port = NULL, host = "127.0.0.1")

Arguments

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).

Details

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

Value

Launches the Shiny application in a web browser.

Examples

## 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)


ZetaSuite documentation built on Nov. 5, 2025, 6:37 p.m.