Description Usage Arguments Value
General accessor function for dimensional reduction objects. Pulls slot contents for specified stored dimensional reduction analysis.
1 | GetDimReduction(object, reduction.type = "pca", slot = "gene.loadings")
|
object |
Seurat object |
reduction.type |
Type of dimensional reduction to fetch (default is PCA) |
slot |
Specific information to pull (must be one of the following: "cell.embeddings", "gene.loadings", "gene.loadings.full", "sdev", "key", "misc") |
Returns specified slot results from given reduction technique
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.