CCI_network | R Documentation |
Network viewing of cell-cell communication
CCI_network( interaction_count, mycolor, vertex.label.cex = 1.5, edge.label.cex = 1, title = "", edgeLabel = TRUE )
interaction_count |
A data frame of the ligand-receptor interactions between pairwise cell types. |
mycolor |
Colors used to represent different cell types. |
vertex.label.cex |
The label size of vertex. Default is 1.5. |
edge.label.cex |
The size of label for arrows. Default is 1. |
title |
The text for the title. Default is NULL. |
edgeLabel |
Default is TRUE. |
A network graph of the significant interactions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.