seurat_get_nn_graph | R Documentation |
Get the nearest neighbor graph using Seurat
seurat_get_nn_graph(counts, metadata = NULL, npcs = 10)
counts |
ncell by ngene count matrix |
metadata |
a dataframe of meta data of cells |
npcs |
principal components for constructing the nearest neighbor graph |
nearest neighbor graph saved as an adjacency matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.