[[.DimReduc | R Documentation |
Pull cell embeddings from a dimensional reduction
## S3 method for class 'DimReduc'
x[[i, j, drop = FALSE, ...]]
x |
A |
i |
Cell names or indices |
j |
Dimension identifiers or indices |
drop |
Coerce the result to the lowest possible dimension; see
|
... |
Arguments passed to other methods |
Cell embeddings for cells i
and dimensions j
Embeddings
Dimensional reduction object, validity, and interaction methods
CreateDimReducObject()
,
DimReduc-class
,
DimReduc-validity
,
[.DimReduc()
,
dim.DimReduc()
,
merge.DimReduc()
,
print.DimReduc()
,
subset.DimReduc()
pca <- pbmc_small[["pca"]]
pca[[1:10, 1:5]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.