View source: R/Plotting_Utilities.R
PC_Plotting | R Documentation |
Plot PC Heatmaps and Dim Loadings for exploratory analysis. Plots a single Heatmap and Gene Loading Plot. Used for PC_Loading_Plots function.
PC_Plotting(seurat_object, dim_number)
seurat_object |
Seurat Object. |
dim_number |
A single dim to plot (integer). |
A plot of PC heatmap and gene loadings for single
PCHeatmap
and VizDimLoadings
library(Seurat)
PC_Plotting(seurat_object = pbmc_small, dim_number = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.