Reset uniform Annotation inputs to defaults
Source:R/reset_uniform_ui_inputs.R
reset_annotation_inputs.RdResets the point highlighting and annotation inputs created by
uniform_annotation_inputs_ui() back to their default values.
Arguments
- session
The Shiny session object.
- defaults
A named list of default values. When provided, inputs reset to these values rather than hardcoded fallbacks. Typically the same list passed to the UI function.
- choices
Character vector of valid "Annotate By" column names, used to validate the supplied default.