CopyNumber.callback_update_feature_options

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:
  1. Heatmap positions

  2. Heatmap genes

  3. Line-plot positions

  4. 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