predictCells.Rd
Takes a Seurat Object and returns the Seurat Object with predicted cell types as Idents
predictCells(seuratObj, rfModel = mouseBrain)
seuratObj | Seurat Object. |
---|---|
rfModel | Random Forest Object from randomForest package. In-built options include mouseBrain (default), mouseLiver, mouseKidney, mouseHeart, mouseMuscle, humanPBMC. You can also use your own Random Forest object created with createRFModel(). |
Seurat Object with predicted cell types as Idents and stored under "predictedCellType" metadata
Kimberle Shen