MseekMinimalServer: MseekMinimalServer

View source: R/Server_components.R

MseekMinimalServerR Documentation

MseekMinimalServer

Description

A minimal server logic for Mseek. Function has to be called in a shiny server function context. Will load example data if it is not present in the parent environment. Save time by providing the parent environment with objects tab1, tab2 and MSD by calling MseekExamplePreload()

Usage

MseekMinimalServer(data = T, tables = T, diagnostics = T)

Arguments

data

load example MS data?

tables

load example tables?

diagnostics

if TRUE, run diagnostics (shinyjs::runcodeServer())

Value

provides a shiny session with basic elements needed for Metaboseek.


mjhelf/Mosaic documentation built on April 28, 2022, 11:32 a.m.