scplotter is an R package that is built upon plotthis. It provides a set of functions to visualize single-cell sequencing data in an easy and efficient way.
Simply, if a Seurat object can be visualized by Seurat::DimPlot, it can be visualized by CellDimPlot.
If you are looking for tutorials to prepare a Seurat object, please refer to:
[Help Needed] How to prepare Seurat object for CellDimPlot visualization after 10X data processing
Current Code
I'm processing 10X single-cell data using Seurat and trying to visualize it with CellDimPlot. Here's my current workflow:
Issue
When trying to use CellDimPlot on the processed data, I encounter issues. I need guidance on:
Questions
Technical Details
Expected Outcome
Tags
single-cell
seurat
visualization
celldimplot
r-programming
10x-genomics