inst/ProstarApp/modules/Plots/msnsetExplorerPlots.R

source(file.path(".", "modules/Plots/moduleMSnSetExplorer.R"),  local = TRUE)$value


output$plotquantiTablesmall <- renderImage({
  filename <- normalizePath(file.path('./images','desc_quantiData.png'))
  list(src = filename,
       width = .width,
       height = .height)
}, deleteFile = FALSE)




callModule(module=MSnSetExplorer, 'msnsetExplorer',
           data = reactive({rv$current.obj}))

output$plotquantiTablelarge <- renderUI({
  MSnSetExplorerUI(ns('msnsetExplorer'))
})
samWieczorek/Prostar documentation built on April 27, 2022, 7:32 a.m.