Description Usage Arguments Value Examples
Randomly select patients for queries for feature selection
1 | 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
1 2 | data(pheno)
x <- makeQueries(pheno$ID)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.