R CytoTRACE2 Results: Potency Score of Naive B Cells Lower Than Memory B and Plasmablasts – Contradicts Biological Knowledge
1
0
Entering edit mode
3 months ago
Binghong ▴ 20

Hello everyone,

I am using CytoTRACE2 to analyze single-cell RNA sequencing data in R, and I encountered an issue where the potency score results contradict established biological knowledge. I would appreciate any advice or suggestions to resolve this problem.

Here is Code Used:

cytotrace2_result <- cytotrace2(seurat, is_seurat = TRUE, slot_type = "counts", species = 'human', seed = 0220)
annotation <- data.frame(phenotype = seurat@meta.data$celltype) %>% set_rownames(., colnames(seurat))
plots <- plotData(cytotrace2_result = cytotrace2_result, 
              annotation = annotation, 
              is_seurat = TRUE)

and I found Potency Score of Naive B Cells Lower Than Memory B and Plasmablasts in the result. I think it is contract to biological knowledge, but I have no idea how to figure it. Thank you in advance for your help! Any insights or suggestions would be greatly appreciated.

CytoTRACE2 • 2.0k views
ADD COMMENT
1
Entering edit mode

I think expression-based estimations like "potency score" and the broader concept of trajectories are prone to being affected by the rate of metabolism and relatively quiescent populations. IIRC Cytotrace estimates stemness potential by measuring transcriptional diversity - if a metabolically quiet cell is just turning over then you assume it will have relatively narrow scope of transcription. I believe Cytoscape in general tries to overcome this limitation but I suppose it is still an inference-based approach and will be prone to limitations.

Assuming there is nothing off about your data specifically, the most basic sanity check you can perform is to measure whether your naive B cell population has a lower median feature count per cell than your memory and plasmablasts. You could also benchmark against a published dataset of similar populations.

ADD REPLY
0
Entering edit mode

Thanks a lot for your response! I will have a try.

ADD REPLY
1
Entering edit mode
3 months ago
imm_cell567 ▴ 10

I think that within the B cell lineage, the differences among naïve B cells, memory B cells, and plasmablasts are more about lateral phenotype shifts—reflecting changes in activation and functional state—rather than a clear-cut gradient of developmental potential or stemness.

ADD COMMENT
0
Entering edit mode

Thanks a lot for your response!

ADD REPLY

Login before adding your answer.

Traffic: 1936 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6