Learn R Programming

ZetaSuite (version 1.0.2)

ZetaSuiteApp: 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")

Value

Launches the Shiny application in a web browser.

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

Examples

Run this code
if (FALSE) {
# Launch the ZetaSuite Shiny app
ZetaSuiteApp()

# Launch without opening browser automatically
ZetaSuiteApp(launch.browser = FALSE)

# Launch on a specific port
ZetaSuiteApp(port = 3838)
}

Run the code above in your browser using DataLab