powered by
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")
result from Matrix::solve() or rmumps::Rmumps
igraph graph object Graph input
vector of factor or character labels, named by cell names
Method of solver to use (default="mumps"), either "Matrix" or "mumps" (i.e. "rmumps::Rmumps")
# \donttest{ propagateLabelsSolver(conosGraph, labels=cellAnnotations) # }
Run the code above in your browser using DataLab