Hi all,
I am analyzing CosMx spatial transcriptomics data using Seurat. My Seurat object includes both the RNA assay (nCount_RNA and nFeature_RNA) and the SCTransform assay (nCount_SCT and nFeature_SCT).
I want to visualize and summarize cell-level total counts and detected features for quality control and interpretation. I am unsure which metric better represents the data:
The raw or log-normalized counts/features from the RNA assay?
Or the counts/features associated with the SCTransform assay?
Which approach is recommended or more meaningful for downstream analysis and visualization (e.g., with FeaturePlot)?
Thanks in advance for your guidance!