ccc_circle_plot
Visualize cell-cell communication networks using a circular plot to analyze interactions between cell types, leveraging LIANA results for insights without coding.
Instructions
Visualize cell-cell communication network using a circular plot.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
edge_alpha | No | The transparency of the edges. | |
edge_arrow_size | No | The size of the arrow. | |
edge_width_scale | No | The scale of the edge width. | |
figure_size | No | Figure x,y size. | |
groupby | No | Key to be used for grouping or clustering cells. | |
inverse_score | No | Whether to invert the score. If True, the score will be -log10(score). | |
ligand_complex | No | List of ligand complexes to filter the interactions to be plotted. | |
mask_mode | No | The mode of the mask: 'or' to include source or target, 'and' to include source and target. | or |
node_alpha | No | The transparency of the nodes. | |
node_label_alpha | No | The transparency of the node label. | |
node_label_offset | No | The offset of the node label. | |
node_label_size | No | The size of the node label. | |
node_size_scale | No | The scale of the node size. | |
orderby | No | If top_n is not None, order the interactions by this column. | |
orderby_absolute | No | If top_n is not None, whether to order by the absolute value of the orderby column. | |
orderby_ascending | No | If top_n is not None, specify how to order the interactions. | |
pivot_mode | No | The mode of the pivot table: 'counts' for number of connections, 'mean' for mean of score values. | counts |
receptor_complex | No | List of receptor complexes to filter the interactions to be plotted. | |
score_key | No | Column name of the score in liana_res. If None, the score is inferred from the method. | |
source_key | No | Column name of the sender/source cell types in liana_res. | source |
source_labels | No | List of labels to use as source, the rest are filtered out. | |
specificity_cutoff | No | specificity or pval threshold for filtering results. | |
target_key | No | Column name of the receiver/target cell types in liana_res. | target |
target_labels | No | List of labels to use as target, the rest are filtered out. | |
top_n | No | Top N entities to plot. | |
uns_key | No | Key in adata.uns that contains the LIANA results. | liana_res |