makeQueries {netDx} | R Documentation |
Randomly select patients for queries for feature selection
makeQueries(incPat, featScoreMax = 10L, verbose = TRUE)
incPat |
(char) vector of patient IDs to be included in query |
featScoreMax |
(integer) Number of times to run query, usually equal to the max score for features in the design (e.g. if featScoreMax=10, then this value is 10). |
verbose |
(logical) print messages |
(list) of length featScoreMax
, containing names of patients
in query file for each fold
data(pheno) x <- makeQueries(pheno$ID)