A request from Kathryn was to add a new user-option on the differential expression notebook for the user to get up-and-down / up-only / down-only regulated genes.
Two ways to do this:
- add a new WDK parameter and a whole new WdkParamNotebookCell to host its widget - implementation is moderate but the UI/UX footprint is quite large (notebook sections are never particularly compact)
- figure out how to add a widget to the final step, and where in the eda_analysis_spec to store it. It won't belong to a computation or a visualization!
Back end
Will need backend work too - in ApiCommonWebService