HieRandForest: An internal function to create hierarchical classification...

Description Usage Arguments

View source: R/CreateHier_functions.R

Description

An internal function to create hierarchical classification models (hiemods) with random forest.

Usage

1
HieRandForest(RefData, ClassLabels, tree, thread = 3, ...)

Arguments

RefData

a Normalized expression data matrix, genes in rows and samples in columns.

ClassLabels

A list of class labels for cells/samples in the Data matrix. Same length as colnames(Data).

tree

A tree storing relatinship between the class labels. Default is null. required when mod.meth "hrf" is chosen.

thread

number of workers to be used for parallel processing. Default is Null, so serial processing.


yasinkaymaz/HieRFIT documentation built on June 1, 2021, 9:37 a.m.