Skip to main content

visualization.motif

visualize_motif_tree

def visualize_motif_tree(
config: dict, segmentation_algorithm: Literal["hmm",
"kmeans"]) -> None

Visualizes the motif tree.

Parameters

  • config (dict): Configuration dictionary.
  • segmentation_algorithm (Literal["hmm", "kmeans"]): Segmentation algorithm.

Returns

  • None