DimPlot.ccAFv2
This function creates a dimensional reduction plot (e.g., UMAP or t-SNE) to visualize cell cycle states predicted in the ‘ccAFv2’ metadata field. It uses Seurat’s DimPlot function, with standardized coloring for each cell cycle phase.
DimPlot.ccAFv2(seurat_obj, ...)
Arguments | Range of Values | Description |
---|---|---|
seurat_obj | NA | a seurat object must be supplied to classify, no default |
… | … | This function supports all DimPlot parameters. |
Value
Returns a ggplot object produced by Seurat’s DimPlot function.
Example
DimPlot.ccAFv2(seurat_obj)