getmutualknn | R Documentation |
Get a mutual kNN graph (M-kNN) from the latent space (LSI) of single cell profiles
getmutualknn(lsimat = lsimat, num_k = 30)
lsimat |
A dense or sparse matrix of cell (rows) x LSI (cols) |
num_k |
A numeric input (30 by default) for k used for graph construction |
A sparse matrix indicating adjacent matrix from single cells used for graph construction
## Not run: mknn_graph <- getmutualknn(lsimat=LSI_mat, num_k=30) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.