View source: R/plotInteraction_CellComm.R
plotInteractionNetwork | R Documentation |
Create a plot from the graph of interactions and save it to file.
plotInteractionNetwork(matrix, interactionList, interactionTable)
matrix |
data frame; the interaction matrix as calculated by the interactionmatrix function. |
interactionList |
character vector; the list of types considered in the interactions. |
interactionTable |
matrix?; the interactions for each pair, plus the pvalue column, as calculated bu the calculatePvalue function. |
list; the igraph interaction network and the plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.