predictPatientLabels {netDx} | R Documentation |
assign patient class when ranked by multiple GM predictors
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
data(predRes); predClass <- predictPatientLabels(predRes)