moseq2_app.stat package
Submodules
Stats - Controller Module
Interactive Scalar Summary Viewing tool.
- class moseq2_app.scalars.controller.InteractiveScalarViewer(index_filepath)
Bases:
InteractiveScalarWidgets
- interactive_view()
Display the interactive plotly graph. Regularly called from self.on_column_select().
Returns:
- make_graphs()
create interactive scalar plots.
Stats - Widgets Module
Ipywidgets used to facilitate interactive scalar summary viewer tool.
- class moseq2_app.scalars.widgets.InteractiveScalarWidgets
Bases:
object
- on_clear(b=None)
Clear the display and memory.
Args: b (button Event): Ipywidgets.Button click event.
Returns:
- on_column_select(event=None)
Update the view once the user selects a new set of scalars to plot.
Args: event
Returns: