Skip to contents

Starts the interactive MSbrowser graphical user interface built with shiny. The application provides tools for visualisation, inspection, and processing of LC-MS data, including raw data exploration, target selection, and peak picking workflows.

Usage

startApp()

Value

A shinyApp object. The function is primarily called for its side effect of launching the interactive application.

Details

This function initializes the Shiny application by loading the user interface and server logic defined within the package. The app will open in the default web browser or in the RStudio Viewer, depending on the environment.

Examples

if (FALSE) { # \dontrun{
msbrowser::startApp()
} # }