Seurat (version 1.4.0)

ClassifyCells: Classify New Data

Description

Classify new data based on the cluster information of the provided object. Random Forests are used as the basis of the classification.

Usage

ClassifyCells(object, classifier, new.data = NULL, training.genes = NULL,
  training.classes = NULL, ...)

Arguments

object

Seurat object on which to train the classifier

new.data

New data to classify

training.genes

Vector of genes to build the classifier on

training.classes

Vector of classes to build the classifier on

...

additional parameters passed to ranger

Value

Vector of cluster ids