Description Usage Arguments Value Author(s) Examples
View source: R/cytofkit_shinyAPP.R
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
1 | 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
1 2 3 4 | d <- system.file('extdata', package = 'cytofkit')
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.