ccc_dot_plot
Generate a dotplot to visualize cell-cell communication interactions, filtering and customizing results by specificity, size, color, and specific cell labels for clearer biological insights.
Instructions
Visualize cell-cell communication interactions using a dotplot.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cmap | No | Colour map to use for plotting. | viridis |
colour | No | Column in liana_res to define the colours of the dots. | |
figure_size | No | Figure x,y size. | |
inverse_colour | No | Whether to -log10 the colour column for plotting. | |
inverse_size | No | Whether to -log10 the size column for plotting. | |
ligand_complex | No | List of ligand complexes to filter the interactions to be plotted. | |
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. | |
receptor_complex | No | List of receptor complexes to filter the interactions to be plotted. | |
size | No | Column in liana_res to define the size of the dots. | |
size_range | No | Define size range. Tuple of (min, max) integers. | |
source_labels | No | List of labels to use as source, the rest are filtered out. | |
specificity_cutoff | No | Specificity or p-value threshold for filtering results. | |
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 |