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.
1 | cytofBrowser_server(input, output)
|
input |
shiny input object with from shiny UI to server |
output |
shiny output object from server to UI and back to server |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.