View source: R/CellWalkerFunctions.R
computeCellHomogeneity | R Documentation |
computeCellHomogeneity()
computes the median influence between cells of the same
type compared to cells of other types. This serves as a proxy for for how well cells
are labeled and can be used to tune parameters such as label edge weight
computeCellHomogeneity(cellWalk, cellTypes)
cellWalk |
a cellWalk object |
cellTypes |
list of names of cell types, if not provided unique labels are used |
cell homogeneity
data("SampleCellWalkRData")
computeCellHomogeneity(SampleCellWalkRData$cellWalk)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.