Hi,
I am trying to perform a gene expression analysis using the bioconductor DEBrowser but I'm having an issue when trying to upload my dataset. The error message I get relates to the size of the file:
All searches lead to the following thread: https://groups.google.com/forum/#!msg/shiny-discuss/rU3vwGMZexQ/zeKhiYXrtEQJ and it seems as if for some people the following command was enough in order to change the default 5mb limit Shiny is limited to:
options(shiny.maxRequestSize=10000*1024^2)
This should change the maximum allowed size to be 10G but for some reason, it doesn't work for me and I am not really clear as to why. I would be grateful for any help Using R version 3.5.2 (2018-12-20)
Thanks!
Thanks for opening the issue in the github repository.
I guess, it is solved. Best,
Alper Kucukural