This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Trouble to find identity

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

seurat r

I add the identifier by this command:

>Idents(data)<-"organ"

0 answers

No answers yet.

Log in to answer this question.