Skip to contents

Starts the interactive PERCEPTIONx dashboard for drug response prediction. The dashboard provides a graphical interface for data loading, model training, prediction, and visualization.

Usage

run_perception_app()

Value

A Shiny app object (invisibly). The function is called for its side effect of launching the app in the user's browser.

Examples

if (FALSE) { # \dontrun{
library(PERCEPTIONx)
run_perception_app()
} # }