dev/Plots/test-mod_graph_prot_pept_plots.R

library(visNetwork)
library(highcharter)


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



ui <- fluidPage(
  mod_graph_pept_prot_ui('plots_cc')
)


server <- function(input, output, session) {
  
  utils::data(Exp1_R25_pept, package='DAPARdata2')

  obj <- Exp1_R25_prot[[length(names(Exp1_R25_prot))]]
  
  mod_graph_pept_prot_server('plots_cc', 
                               obj = reactive({obj}),
                               cc = reactive({xxxx}),
                               matAdj = reactive({xxx})
  )
}


shinyApp(ui=ui, server=server)
samWieczorek/MSPipelines documentation built on May 6, 2021, 5:54 p.m.