View source: R/countland_embed.R
PlotEigengap | R Documentation |
Plots eigenvalues to investigate the optimal number of clusters
PlotEigengap(C)
C |
countland object |
generates plot of eigenvalues by number of components
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)
PlotEigengap(C)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.