Thank you for your reply. Looks like with OOSCA I need to redo all analysis. Is there any way to get this info from Seurat or from any tool based on Seurat?
Number of cells in each clusters
I wanted to determine if the number of particular cell type in a cluster is changing with the treatment conditions. I have used stimulated vs. control PBMC datasets vignette for this analysis comparing two conditions.
Question: I used the code below to get the counts in each cluster and treatment condition. I wanted to know if number of cells from the code below is normalized to the total number of cells sequenced for each samples.
table(Idents(immune.combined), immune.combined$stim)
Thank you.
• 2,012 views
•
link
1 answer
• 0 views
•
link
You can convert Seurat objects to the Bioconductor SingleCellExperiment class with the as.singlecellexperiment() function. I'd recommend giving that a try.
• 0 views
•
link
Log in to answer this question.