plotPCA_3D#
Last Updated: May 20, 2025
Description#
Visualize cells according to 3D PCA dimension reduction
Usage#
plotPCA_3D(
gobject,
dim_reduction_name = "pca",
default_save_name = "PCA_3D",
...
)
Arguments#
|
giotto object |
|
name of PCA |
|
default save name of PCA plot |
|
Arguments passed on to
|
Details#
Description of parameters.
Value#
plotly
See Also#
Other reduced dimension visualizations: dimPlot2D(),
dimPlot3D(), dimPlot(), plotPCA_2D(), plotPCA(),
plotTSNE_2D(), plotTSNE_3D(), plotTSNE(), plotUMAP_2D(),
plotUMAP_3D(), plotUMAP()