-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image name from plot #22
Comments
Long term: if I ever find the time I would love to migrate the GUI to Shiny. |
Long term: That would be great. I know it is a lot of work though. Please consider my post as a "feature request" Short term: That's fine. We have actually been doing just that. |
I implemented the Short term solution. |
below code almosts does the job!
|
Cool! I think the easiest way to pass the data table to Take a look at how I managed to do it. To be sure it worked I created my own dataset. Just place both files in the same folder. R Console
run.R
app.R
|
Yes! I think this is one option! I started reading on data handling in shiny and it seems that the "input" variable that is passed to each function might be also a place to store all the data. We should check what is better, i.e. global or input. |
this seems relevant: http://shiny.rstudio.com/articles/scoping.html |
I tried to source a scatter-plot shiny app from within our HTM-Explorer GUI. That is, I
I have the feeling the using the gWidgets GUI together with transient shiny apps is too much for R to handle, as it does not know anymore to whom to "listen to". @hmbotelho: what do you think? |
Handling data I can try it in our machines if you want. That being said, I have noticed that sometimes shiny apps fail to boot. i.e., when I run **loosing control over the R console** This is unfortunately true and I also don't like it... Related issue: I have so far only able to open 1 Fiji instance at a time from within shiny+plotly :-( Need to explore this further **Off-topic** I have been experimenting with how I would like the "HTMexplorer/Shiny/Plotly/Fiji" tool to look like in the end. Take a look: https://github.com/hmbotelho/shinyHTM The repo includes an image+csv dataset, which make for a ~200Mb download. I have so far been replicating most of the HTM Explorer configurations simply because I have been developing this as a separate entity. At the moment, data must be uploaded directly to the shiny app. Get it at At the moment, I consider it as much an experimentation tool as a fun spare time personal project of mine. If you have the time, let me know what you think. I hope the Fiji stuff works on the Mac. |
cool! i was tempted to do the same :) |
You are right. I have now pushed the bug fixes. |
In a plot: get the name of the image generating a point without clicking on it.
Two ways of doing this:
Thanks!
The text was updated successfully, but these errors were encountered: