sa-lee / starmie

starmie: plotting and inference for population structure models :star2:
Other
12 stars 6 forks source link

local shiny interface #22

Open sa-lee opened 8 years ago

sa-lee commented 8 years ago

i.e. something like

makeReport(struct_objects)

will produce an interface with the tests, MCMC plots etc.

sa-lee commented 8 years ago

see also this post: http://deanattali.com/2015/04/21/r-package-shiny-app/

sa-lee commented 8 years ago

also this: https://github.com/daattali/ddpcr/tree/master/inst/shiny

sa-lee commented 7 years ago

i've started working on this in the shiny branch. Note to self use this http://shiny.rstudio.com/reference/shiny/latest/req.html to stop errors for required inputs.

sa-lee commented 7 years ago

I've had some more ideas about this now I've started working more with interactive graphics - I think we should remove the ability to actually load data. The user can do that in R and then we can create an interface for looking at the graphic. This is similar to what Glimma does.