Visualization...
Project mRNA expression, feature metadata summaries and per-cell observations onto the selected analysis context.
The visualization module allows you to explore gene expression patterns across your single-cell dataset by plotting specific genes of interest in reduced dimensional space (UMAP or PCA).
After running the visualization, you will see gene expression plots overlaid on your chosen dimensional reduction space. Each plot shows:
This spatial representation helps identify cell types, validate clustering results, and understand the biological context of your single-cell data.
Use the Feature Metadata container to summarize columns stored in adata.var. These fields describe genes/features, not cells, so scExplorer renders distributions instead of cell embedding overlays.
var columns by name.Use these summaries to inspect HVG flags, feature filters, gene IDs, annotation coverage or other feature-level assumptions before interpreting expression plots.
Use the Cell Observations container to color the embedding by per-cell metadata stored in obs (e.g., total counts, percent mitochondrial, Leiden cluster, user labels). Configure:
obs columns by name.obs fields to visualize (numeric or categorical).Plots use continuous scales for numeric columns and discrete palettes for categorical columns (e.g., clusters/labels). This is ideal for QC review and for verifying labeling decisions before downstream analyses.
Color the embedding by selected mRNA features. Limit selections to focused marker sets for readable figures.
Each iframe is generated by the backend and can be regenerated by rerunning the same selection.
Summarize adata.var columns as distributions or category counts instead of cell embedding overlays.
Use these summaries to verify feature-level assumptions before interpreting expression overlays.
Color UMAP, PCA or t-SNE by per-cell fields such as QC metrics, clusters or annotation labels.
Use these overlays for QC review, clusters and labels.