# Parameters
data_name = "Hoxc5"
task_idxs = "0-213,216-278"
homer_root = "/srv/scratch/msharmin/mouse_hem/with_tfd/full_mouse50/Naive_scans"
modisco_root = "/srv/scratch/msharmin/mouse_hem/with_tfd/full_mouse50/Naive_modisco2019"
overwrite = False
from matlas.reports import collect_motifDB_to_be_displayed, display_comparative_cell_types
homer_matches, modisco_matches = collect_motifDB_to_be_displayed(task_idxs, homer_root, modisco_root,
overwrite=False)
display_comparative_cell_types(data_name, homer_matches, modisco_matches)