Entering edit mode
2.0 years ago
Andy
▴
120
Hello everyone,
I am trying to find markers under a specific identifier "organ", but I meet a problem.
My code and the error message I received are following:
> table(subset_data@active.ident)
>pancreatic kidney liver lung skine
>1017 461 137 1116 9583
> fibroblast_venn<-subset(subset_data, idents=c("organ"))
Error in WhichCells.Seurat(object = x, cells = cells, idents = idents, :
Cannot find the following identities in the object: organ
Where I got wrong, I think I successfully add organ as an identifier. But why still cannot find it?
Thank you Andy
I add the identifier by this command: