Skip to main content

util.report

logger_config

logger

report

def report(config: dict, segmentation_algorithm: str = "hmm") -> None

Report for a project.

plot_community_motifs

def plot_community_motifs(motif_labels,
community_labels,
community_bag,
title: str = "Community and Motif Counts",
save_to_file: bool = False,
save_path: str = "")

Generates a bar plot to represent community and motif counts with percentages.