Perform_Trajectory_Analysis: A Perform_Trajectory_Analysis Function

View source: R/Perform_Trajectory_Analysis.R

Perform_Trajectory_AnalysisR Documentation

A Perform_Trajectory_Analysis Function

Description

This function allows you to perform differential gene analysis.

Usage

Perform_Trajectory_Analysis(
  Temp.object,
  saveDIR,
  ColNamesToPlot = ColNamesToPlot,
  ColPaletteToPlot = ColPaletteToPlot,
  SuffixName = "QC_Plots",
  Species = "hsa",
  HistogramPlot = TRUE,
  VlnPlot = TRUE,
  QCumapPlots = TRUE,
  TablePlot = TRUE,
  UMAPPlot = TRUE
)

Arguments

Temp.object

Seurat objects to be used for the QC plots.

saveDIR

Directory to save the plots.

ColNamesToPlot

Vector of identities to plot

ColPaletteToPlot

list of color palettes to plot for the identities

SuffixName

Suffix. to be added in the directory name as

Species

Species Name. Valid options are hsa or mmu

HistogramPlot

Plot Histograms or not

VlnPlot

Plot Violins or not

QCumapPlots

Plot QC UMAP or not

TablePlot

Plot Tables or not

UMAPPlot

Plot UMAP or not

Examples

Perform_Trajectory_Analysis()

parveendabas/SCA documentation built on Sept. 19, 2022, 8:31 a.m.