Description Usage Arguments Value Examples
View source: R/predictPatientLabels.R
assign patient class when ranked by multiple GM predictors
1 | predictPatientLabels(resSet, verbose = TRUE)
|
resSet |
(list) output of getPatientRankings, each key for a different predictor. names(resSet) contain predictor label |
verbose |
(logical) print detailed messages |
data.frame: ID, similarityScore, PRED_CLASS
1 | data(predRes); predClass <- predictPatientLabels(predRes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.