Hi! I’m currently using the circle_plot function to visualize interactions between selected source and target cell types. However, I’ve run into some issues — the filtering doesn’t seem to be working as expected. I’ve tried several approaches, including:
Passing a filter_fun to restrict interactions by source, target, and score;
Manually filtering the liana_res dataframe and passing it directly;
Specifying source_labels and target_labels based on the documentation and source code.
Despite this, the plot still shows all interactions. I’d really appreciate any advice or clarification on how to properly restrict the plot to selected cell types.
Thanks in advance for your help!
Hi! I’m currently using the circle_plot function to visualize interactions between selected source and target cell types. However, I’ve run into some issues — the filtering doesn’t seem to be working as expected. I’ve tried several approaches, including:
Passing a filter_fun to restrict interactions by source, target, and score;
Manually filtering the liana_res dataframe and passing it directly;
Specifying source_labels and target_labels based on the documentation and source code.
Despite this, the plot still shows all interactions. I’d really appreciate any advice or clarification on how to properly restrict the plot to selected cell types.
Thanks in advance for your help!