inst/shiny/global.R

library(shinyjs)
library(shinydashboard)
library(shinycssloaders)
library(shinyWidgets)
library(magrittr)
library(microbiomeExplorer)
library(metagenomeSeq)
library(rmarkdown)
library(DESeq2)

#MAX ALLOWED FILE SIZE for file upload
#modify as needed, but note that the app will become slow with larger data
options(shiny.maxRequestSize = 10 * 1024^2)
options(warn = -1)

Try the microbiomeExplorer package in your browser

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

microbiomeExplorer documentation built on Nov. 8, 2020, 8:16 p.m.