View source: R/Server_components.R
MseekMinimalServer | R Documentation |
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()
MseekMinimalServer(data = T, tables = T, diagnostics = T)
data |
load example MS data? |
tables |
load example tables? |
diagnostics |
if TRUE, run diagnostics (shinyjs::runcodeServer()) |
provides a shiny session with basic elements needed for Metaboseek.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.