View source: R/gsdensity_functions.R
compute.nn.edges | R Documentation |
3. compute nearest neighbor graph for genes and cells This graph will be used for fetching the most relevant cells of a gene set
## S3 method for class 'nn.edges'
compute(coembed, nn.use = 300)
coembed |
the result from compute.mca |
nn.use |
the number of nearest neighbors for building the graph; default 300 |
nearest neighbor graph (edges)
compute.nn.edges(coembed = ce)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.