View source: R/CreateHier_functions.R
An internal function to create hierarchical classification models (hiemods) with random forest.
1 | HieRandForest(RefData, ClassLabels, tree, thread = 3, ...)
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.