View source: R/CommPath-visualization.R
circosPlot | R Documentation |
To present a circos plot
circosPlot(
object,
plot = "count",
ident.col = NULL,
filter = TRUE,
select.ident = NULL,
name.vert = FALSE
)
object |
CommPath object |
plot |
To present a circos plot for LR count ("count") or overall interaction intensity ("intensity") among cell clusters |
ident.col |
Vector of colors of each cluster; names of the ident.col vector are supposed to be assigned to indicate each color for each cluster |
filter |
Logical value indicating to present the circos plot for the filtered LR interactions or not; default is TRUE |
select.ident |
To highlight the interaction between a specific cluster class and others; if 'NULL', plot interaction for all clusters |
name.vert |
Should the group annotation be vertical to the grid? Defualt is FALSE |
Circos plot showing the ligand-receptor interaction
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.