powered by
Prints a set of features that most strongly define a set of components; note: requires feature loadings to be present in order to work
# S3 method for DimReduc print(x, dims = 1:5, nfeatures = 20, projected = FALSE, ...)
Displays set of features defining the components and invisibly returns x
x
A DimReduc object
DimReduc
Number of dimensions to display
Number of genes to display
Use projected slot
Ignored
cat
Dimensional reduction object, validity, and interaction methods CreateDimReducObject(), DimReduc-class, DimReduc-validity, [.DimReduc(), [[.DimReduc(), dim.DimReduc(), merge.DimReduc(), subset.DimReduc()
CreateDimReducObject()
DimReduc-class
DimReduc-validity
[.DimReduc()
[[.DimReduc()
dim.DimReduc()
merge.DimReduc()
subset.DimReduc()
pca <- pbmc_small[["pca"]] print(pca)
Run the code above in your browser using DataLab