View source: R/plotInteraction_CellComm.R
plotInteractionMatrix2 | R Documentation |
Plot the heatmap of the inferred cell-cell interaction network and return it. The interaction data frame has cells of the first type as rows and cells of the second type as columns, the values are the number of unique interactions between the cell type pairs.
plotInteractionMatrix2(graph)
graph |
list; the graph and the pairs as generated by the cellnetwork3 function. |
list; the data frame which the rows are the cells of first type, while the columns are the cells of the second type, and the plot. The values of the data frame are the number of unique interactions between the pairs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.