View source: R/CellWalkerFunctions.R
combineMultiLabelGraph | R Documentation |
combineMultiLabelGraph()
combines list of weighted label edges with
cell edges into a single graph
combineMultiLabelGraph(labelEdgesList, cellEdges, weights)
labelEdgesList |
list of matrices each with dimensions c-by-l |
cellEdges |
matrix with dimensions c-by-c |
weights |
numeric vector indicating label edge weight for each label edge in list |
combined matrix with dimensions (c+L)-by-(c+L) where L is the sum of l's
data("SampleCellWalkRData")
labelEdgesList <- list(SampleCellWalkRData$labelEdges)
combineMultiLabelGraph(labelEdgesList, SampleCellWalkRData$cellEdges)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.