Having a graphical user interface for ariadne would be quite beneficial, since tasks like mapping ids or annotating data by modules/functions are generally useful tasks beyond R.
A minimal Shiny app for ariadne could feature tools to:
- map selected entry ids to exit ids
- choose between linear path or coverage
- provide initial values
- add custom resources to ariadne graph
- interact with plot of ariadne graph (for selecting entry, exit and path, and generating image of plot)
- possibly add results to user's dataset
All functions are available in ariadne, while interacting with the graph might be a bit more challenging to implement but also represent the key added value of a shiny app.
Having a graphical user interface for ariadne would be quite beneficial, since tasks like mapping ids or annotating data by modules/functions are generally useful tasks beyond R.
A minimal Shiny app for ariadne could feature tools to:
All functions are available in ariadne, while interacting with the graph might be a bit more challenging to implement but also represent the key added value of a shiny app.