cytofBrowser_server: Creation of server part of Shiny App

Description Usage Arguments

View source: R/server.R

Description

the function forms the body of backend part of Shiny App. It also shapes the architecture of the pipeline. there are pipeline blocks here which reflect the steps of CyTOF analysis. All computational functions are placed in other files. The blocks of this function request computational functions from that files by suitable order.

Usage

1
cytofBrowser_server(input, output)

Arguments

input

shiny input object with from shiny UI to server

output

shiny output object from server to UI and back to server


AlexanderKononov/cytofBrowser documentation built on Aug. 28, 2020, 9:33 a.m.