| clustering-class | R Documentation |
An S4 class storing information related to a clustering of scRNAseq data.
Seurat_objectThe Seurat object output of a clustering pipeline run in Seurat. This output–commonly saved locally using the Seurat::saveRDS command–should bind the data produced by running all steps in a standard clustering pipeline up to and including non-linear dimensionality reduction (see "https://satijalab.org/seurat/articles/pbmc3k_tutorial.html").
clustering_resolutionThe resolution parameter used in that pipeline. This must be some real number between 0 and 10 (inclusive).
dimsThe dimensions of reduction used in that pipeline. This must be some integer between 1 and 100 (inclusive).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.