View source: R/CreateHier_functions.R
The main function for creating a reference model.
1 |
RefData |
Reference data from which class labels will be projected on Query data. |
ClassLabels |
A list of class labels for cells/samples in the Data matrix (Ref). Same length as colnames(Ref). |
method |
The model training method, "rf" for random forest, "svmLinear" for support vector machine, "hrf" for hierarchical random forest. Default is "hrf" |
TreeFile |
An input file to create a hierarchical tree for relationship between class labels. Default is null but required if method 'hrf' is chosen. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.