print.DimReduc {SeuratObject} | R Documentation |
Print Top Feature Loadings
Description
Prints a set of features that most strongly define a set of components; note: requires feature loadings to be present in order to work
Usage
## S3 method for class 'DimReduc'
print(x, dims = 1:5, nfeatures = 20, projected = FALSE, ...)
Arguments
x |
A |
dims |
Number of dimensions to display |
nfeatures |
Number of genes to display |
projected |
Use projected slot |
... |
Ignored |
Value
Displays set of features defining the components and
invisibly returns x
See Also
Dimensional reduction object, validity, and interaction methods
CreateDimReducObject()
,
DimReduc-class
,
DimReduc-validity
,
[.DimReduc()
,
[[.DimReduc()
,
dim.DimReduc()
,
merge.DimReduc()
,
subset.DimReduc()
Examples
pca <- pbmc_small[["pca"]]
print(pca)
[Package SeuratObject version 5.0.2 Index]