View source: R/subClass_predict.R
subClass_predict | R Documentation |
The function predicts the query data using the broad class and subclass classifier
subClass_predict( cnProc_broad, cnProc_sub, expDat, nrand = 2, weight_broadClass = 1 )
cnProc_broad |
the cnProc of the broad classifier |
expDat |
the expression data of query data |
nrand |
the number of random profiles generate for evaluation process |
weight_broadClass |
the weight that will be put on the broadclass classification |
cnProc_subclass |
the cnProc of the subclass classifier |
a classification score matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.