View source: R/benchmark_functions.R
ClusterQuality | R Documentation |
how well can the cell population be reconstructed by dimensionality reduction methods
ClusterQuality(
data,
meta,
n_pc,
perplexity,
dims,
npop = 5,
return_kmeans = F,
pca_scale = F
)
data: |
transcriptomics matrix |
meta: |
information about cells, must contain 'pop' column |
n_pc: |
number of principal components that is fed to tsne |
perplexity: |
perplexity parameter for tsne |
dims: |
number of dimensions kept after tsne |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.