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'))
})

Try the Prostar package in your browser

Any scripts or data that you put into this service are public.

Prostar documentation built on April 11, 2021, 6 p.m.