View source: R/HieRFIT_functions.R
A hierarchical Classifier Tree Traverser function.
1 | CTTraverser(Query, tree, hiemods, thread = NULL)
|
Query |
is the input query data. rows are genes and columns are cells. |
tree |
a tree topology with which hrf model was trained on. 'phylo' format. |
hiemods |
models list from HieRandForest function. |
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.