plot_cpdb_dotplot | R Documentation |
Plot cellphonedb results as a dotplot.
plot_cpdb_dotplot(
x,
cutoff = 0.001,
filter = NULL,
cells = NULL,
proteins = NULL,
cluster_cells = FALSE,
cluster_proteins = FALSE
)
cutoff |
cutoff for pvalues. |
filter |
filter for cell pairs using regular expression. |
cells |
subset cell pairs. |
proteins |
subset protein pairs. |
cluster_cells |
logical; whether to cluster cells. |
cluster_proteins |
logigcal; whether to cluster proteins. |
path |
path to the folder containing cellphonedb results. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.