PC_Plotting: PC Plots

View source: R/Plotting_Utilities.R

PC_PlottingR Documentation

PC Plots

Description

Plot PC Heatmaps and Dim Loadings for exploratory analysis. Plots a single Heatmap and Gene Loading Plot. Used for PC_Loading_Plots function.

Usage

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

PCHeatmap and VizDimLoadings

Examples

library(Seurat)
PC_Plotting(seurat_object = pbmc_small, dim_number = 1)


samuel-marsh/scCustomize documentation built on Dec. 20, 2024, 7:41 a.m.