BuildSNNGraphLaplacians | R Documentation |
Generate graph Laplacians for graph regularization of
jrSiCKLSNMF from the list of raw count matrices using an SNN graph. SNN is more robust to
situations where the number of cells outnumbers the number of features. Uses
the scran
package's BuildSNNGraph
function \insertCiteLun2016jrSiCKLSNMF
BuildSNNGraphLaplacians(SickleJr, k = 20)
SickleJr |
An object of class SickleJr |
k |
Number of KNN neighbors to calculate SNN graph; defaults to 20 |
An object of class SickleJr with list of graph Laplacians in sparse
matrix format added to its graph.laplacian.list
slot
Lun2016jrSiCKLSNMF
SimSickleJrSmall<-BuildSNNGraphLaplacians(SimSickleJrSmall)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.