CopyNumber.callback_update_feature_options#
missionbio.mosaic.workflows.copy_number.CopyNumber.callback_update_feature_options
- CopyNumber.callback_update_feature_options(plot_type: str, current_options: Sequence) Tuple[Sequence, Tuple]#
 - Parameters:
 - plot_typestr
 - The type of the plot to create. One of:
 Heatmap positions
Heatmap genes
Line-plot positions
Line-plot genes+amplicons
- current_optionsSequence
 The options currently in the dropdown
- Returns:
 - Sequence:
 The options to show in the dropdown menu
- Tuple:
 The values that are selected. It’s either empty, or no_update
< Class CopyNumber