| print.DimReduc | R Documentation |
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 class 'DimReduc'
print(x, dims = 1:5, nfeatures = 20, projected = FALSE, ...)
x |
A |
dims |
Number of dimensions to display |
nfeatures |
Number of genes to display |
projected |
Use projected slot |
... |
Ignored |
Displays set of features defining the components and
invisibly returns x
cat
Dimensional reduction object, validity, and interaction methods
CreateDimReducObject(),
DimReduc-class,
DimReduc-validity,
[.DimReduc(),
[[.DimReduc(),
dim.DimReduc(),
merge.DimReduc(),
subset.DimReduc()
pca <- pbmc_small[["pca"]]
print(pca)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.