statnetWeb icon indicating copy to clipboard operation
statnetWeb copied to clipboard

gather errors from centrality measures

Open ebey opened this issue 10 years ago • 0 comments

When calculating graph or node-level centrality measures that return an error (e.g. information centrality on the ecoli1 network), save the error in a reactiveValues list and output the list in box at the bottom right of the screen. Link the error message to the place in the app where the error occurred with an error number. Ideally, we will eventually show the user all errors in this way.

Currently, the framework is set up just for the node-level information centrality measure, but the conditionalPanel for the error message box is not working as expected. Fix this first, then work on adding more errors to the list.

ebey avatar Jun 01 '15 14:06 ebey