Description Usage Arguments Value Author(s)
View source: R/createRFModel.R
Creates Random Forest model from Seurat Object's Idents
1 | createRFModel(labelled.seurat.obj, nfeatures = 200)
|
labelled.seurat.obj |
Seurat Object where Idents are the labels for training. Typically cell type/cell state. |
nfeatures |
Number of most variable features to be used for training the Random Forest. Default 200. |
A list of two items, a Random Forest model and features used, to be used in predictCells()
Kimberle Shen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.