Description Usage Arguments Value
Classify new data based on the cluster information of the provided object. Random Forests are used as the basis of the classification.
1 2 | ClassifyCells(object, classifier, training.genes = NULL,
training.classes = NULL, new.data = NULL, ...)
|
object |
Seurat object on which to train the classifier |
classifier |
Random Forest classifier from BuildRFClassifier. If not provided, it will be built from the training data provided. |
training.genes |
Vector of genes to build the classifier on |
training.classes |
Vector of classes to build the classifier on |
new.data |
New data to classify |
... |
additional parameters passed to ranger |
Vector of cluster ids
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.