Jean-Karim Hériché
Jean-Karim Hériché
Thanks for the heads up. This is possibly also relevant for EOSC-Life WP1.
@ThomasWollmann Eventually but currently not high priority.
This partly addresses issue #33.
@warkentinmatt Yes, this can be used as a drop-in replacement. You then access the variables in the usual Shiny way with input$variable_name, e.g. input$pixelPosition.
Shiny is a web framework so I don't quite see where the console comes in. I've only used Shiny to create web-based apps. If this is a more generic Shiny...
The way I do it is with: ``` rv
For on hover events, one needs to modify the function updatePixelPosition() in EBImage/htmlwidgets/lib/viewer/viewer.js by adding the line `Shiny.setInputValue("pixelPosition", pixelPos);` at the end of the function. This will make the mouse...
Hi Andrzej, Here is a test image: https://oc.embl.de/index.php/s/heFlwuQwZOozPnS This is to use with RStudio and/or Shiny. I am looking into RBioFormats to read one slice at a time but for...
Yes so I think this is equivalent to saying the order SHOULD be t,c,z,y,x. In this case it should also say either that any dimension is optional or there MUST...
The web console shows the following error before the message "Promise.allSettled is not a function" (which seems to be a warning): Failed to load resource: the server responded with a...