View source: R/countland_embed.R
Embed | R Documentation |
Perform spectral embedding on dot products.
Embed(C, n_components = 10)
C |
countland object |
n_components |
number of components, integer (default=10) |
countland object with slot embedding
, eigenvals
gold_path <- system.file("testdata", package = "countland", mustWork = TRUE)
gold.data <- Seurat::Read10X(data.dir = gold_path)
C <- countland(gold.data)
C <- Dot(C)
C <- Embed(C,n_components=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.