View source: R/Perform_Trajectory_Analysis.R
Perform_Trajectory_Analysis | R Documentation |
This function allows you to perform differential gene analysis.
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 )
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 |
Perform_Trajectory_Analysis()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.