Arthur Péré

Results 7 comments of Arthur Péré

Hello, This is a cleaner code, with fewer dependency : ``` R library(shiny) library(shinycssloaders) moduleui = function(id){ ns = NS(id) tagList( withSpinner(plotOutput(ns("plot"))) ) } module = function(id){ moduleServer(id, function(input, output,...

Hey @ceanothus I saw that, but it will be better if they add this feature, and it will remove some error. Because in the code if there is already the...

Hello, I think i got it, the file .hic that I generated was corrupted by juicer_tools who does not finished the job, because we can not use yahs with juicer_tools...

Thank you for the fast answer. I will test those options.

Hello, I can't really give you a minimal example, because on all others computer my code is working in Rstudio normaly. So I don't really know if it will not...

And is there an outbreak for the problem describe here : [https://support.bioconductor.org/p/70196/#70509](https://support.bioconductor.org/p/70196/#70509) I tried to write the function with gc() at the end, but to no avail, there is too...

I am working in Rstudio, but I tried it inline with Rscript, and my computer was strugling in term of memory (with RAM 96 Go, and 48 CPUs). And it...