This is a test version of Biostars. For the public version, visit https://www.biostars.org.
SetAllIdents and Idents function not found

Hello-- I am trying to perform DEG analysis-- differential expression between clusters in an scRNA-seq study. I am very new to MAST however, and when I tried to set the following:

seurat<- Idents(seurat, id = "CellType")

I get an error reading:

Error in Idents(suerat, id = "CellType"): could not find function "Idents". 

Any suggestions??

scrna-seq

1 answer

I did a Google search and the answer is there. Chances are that your Seurat version is too old.

Log in to answer this question.