View source: R/cellnetwork3_CellComm.R
cellnetwork3 | R Documentation |
Select the pairs that have more elements than the threshold and create a graph of the interactions.
cellnetwork3(result, threshold)
result |
matrix?; the interactions for each pair, plus the pvalue column, as generated by the calculatePvalue function. |
threshold |
numeric; the number of elements in the pair for it to be selected. |
list; the graph generated and the pairs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.