netmap.downstream.regulon.process_cell_edges¶
- netmap.downstream.regulon.process_cell_edges(keep_edges_with_vals)[source]¶
Organise per-cluster edge lists into a nested results dictionary.
Builds two views of the data:
'unique'(edges not present in any other cluster) and'all'(all selected edges). Each cluster entry contains an'edges'DataFrame withsource,target,sum_of_edgecolumns and a'summary'DataFrame with source gene counts.