propagateLabelsSolver | R Documentation |
Propagate labels using Zhu, Ghahramani, Lafferty (2003) algorithm, "Semi-Supervised Learning Using Gaussian Fields and Harmonic Functions" <http://mlg.eng.cam.ac.uk/zoubin/papers/zgl.pdf>
propagateLabelsSolver(graph, labels, solver = "mumps")
graph |
igraph graph object Graph input |
labels |
vector of factor or character labels, named by cell names |
solver |
Method of solver to use (default="mumps"), either "Matrix" or "mumps" (i.e. "rmumps::Rmumps") |
result from Matrix::solve() or rmumps::Rmumps
propagateLabelsSolver(conosGraph, labels=cellAnnotations)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.