View source: R/Visualizations_Seurat_based.R
plot3d_seurat | R Documentation |
Plot 3D visualization of Seurat object
plot3d_seurat(
SerObj,
feature1,
feature2,
feature3,
color_feature = NULL,
cols = colorRamp(c("navy", "red")),
plot_title = "",
slot = "data",
markerSize = 2
)
SerObj |
A Seurat object |
feature1 |
The name of the first feature to plot along the x-axis |
feature2 |
The name of the second feature to plot along the y-axis |
feature3 |
The name of the third feature to plot along the z-axis |
color_feature |
The name of the feature to use for coloring the points (optional) |
cols |
The color palette to use for the points (optional) |
plot_title |
The title of the plot (optional) |
A 3D plotly visualization of the Seurat object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.