View source: R/cytofkit_shinyAPP.R
cytofkitShinyAPP | R Documentation |
Take the the RData object file saved by cytofkit as input, automatically load the data and allow exploration of the analysis results with interactive control
cytofkitShinyAPP(RData = NULL, onServer = FALSE)
RData |
Either the RData object file or data object, if missing, RData file need to be loaded on the ShinyAPP |
onServer |
Logical value, if |
Opens shinyApp session for data visualisation
Hao Chen
d <- system.file('extdata', package = 'cytofkit2') Rdata <- list.files(d, pattern = '.RData$', full.names = TRUE) #only for interactive sessions, remove hash to run #cytofkitShinyAPP(Rdata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.