rf_classPredict: Classify Query Samples

View source: R/rf_classPredict.R

rf_classPredictR Documentation

Classify Query Samples

Description

Classify the transformed query data using the random forest classifier.

Usage

rf_classPredict(rfObj, expQuery, numRand = 50)

Arguments

rfObj

random forest object created from makeClassifier

expQuery

transformed query data created from query_transform

numRand

number of random profiles to add into the classification

Value

a classification matrix of the query data


pcahan1/cancerCellNet documentation built on July 16, 2022, 12:12 a.m.