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)

Arguments

seurat_object

Seurat Object.

dim_number

A single dim to plot (integer).

Value

A plot of PC heatmap and gene loadings for single

See also

Examples

library(Seurat)
PC_Plotting(seurat_object = pbmc_small, dim_number = 1)
#> Warning: Requested number is larger than the number of available items (80). Setting to 80.
#> Warning: Requested number is larger than the number of available items (20). Setting to 20.
#> Warning: Requested number is larger than the number of available items (20). Setting to 20.