View source: R/CellWalkerFunctions.R
combineGraph | R Documentation |
combineGraph()
combines weighted cell-to-label edges (dimensions
c-by-l) with cell-to-cell edges (dimensions c-by-c) into a single large graph
combineGraph(labelEdges, cellEdges, weight = 1)
labelEdges |
matrix with dimensions c-by-l |
cellEdges |
matrix with dimensions c-by-c |
weight |
numeric indicating label edge weight |
combined matrix with dimensions (c+l)-by-(c+l)
data("SampleCellWalkRData")
combineGraph(SampleCellWalkRData$labelEdges, SampleCellWalkRData$cellEdges)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.