Description Usage Arguments Value Author(s)
Takes a Seurat Object and returns the Seurat Object with predicted cell types as Idents
1 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.