Visualize cells according to 3D PCA dimension reduction
plotPCA_3D(
gobject,
dim_reduction_name = "pca",
default_save_name = "PCA_3D",
...
)giotto object
name of PCA
default save name of PCA plot
Arguments passed on to dimPlot3D
dim1_to_usedimension to use on x-axis
dim2_to_usedimension to use on y-axis
dim3_to_usedimension to use on z-axis
spat_enr_namesnames of spatial enrichment results to include
show_NN_networkshow underlying NN network
nn_network_to_usetype of NN network to use (kNN vs sNN)
network_namename of NN network to use, if show_NN_network = TRUE
cell_colorcolor for cells (see details)
color_as_factorconvert color column to factor
cell_color_codenamed vector with colors
select_cell_groupsselect subset of cells/clusters based on cell_color parameter
select_cellsselect subset of cells based on cell IDs
show_other_cellsdisplay not selected cells
other_cell_colorcolor of not selected cells
other_point_sizesize of not selected cells
show_cluster_centerplot center of selected clusters
show_center_labelplot label of selected clusters
center_point_sizesize of center points
label_sizesize of labels
edge_alphacolumn to use for alpha of the edges
point_sizesize of point (cell)
show_plotshow plot
return_plotreturn ggplot object
save_plotdirectly save the plot [boolean]
save_paramlist of saving parameters, see showSaveParameters
plotly
Description of parameters.
Other reduced dimension visualizations:
dimPlot2D(),
dimPlot3D(),
dimPlot(),
plotPCA_2D(),
plotPCA(),
plotTSNE_2D(),
plotTSNE_3D(),
plotTSNE(),
plotUMAP_2D(),
plotUMAP_3D(),
plotUMAP()