Description Usage Arguments Value Examples
compute t-SNE or umap of each round of HIPPO
1 2 3 4 5 6  | hippo_dimension_reduction(
  sce,
  method = c("umap", "tsne"),
  perplexity = 30,
  featurelevel = 1
)
 | 
sce | 
 SingleCellExperiment object with hippo object in it.  | 
method | 
 a string that determines the method for dimension reduction: either 'umap' or 'tsne  | 
perplexity | 
 numeric perplexity parameter for Rtsne function  | 
featurelevel | 
 the round of clustering that you will extract features to reduce the dimension  | 
a data frame of dimension reduction result for each k in 1, ..., K
1 2 3 4 5 6 7 8 9  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.