makeQueries: Randomly select patients for queries for feature selection

Description Usage Arguments Value Examples

View source: R/makeQueries.R

Description

Randomly select patients for queries for feature selection

Usage

1
makeQueries(incPat, featScoreMax = 10L, verbose = TRUE)

Arguments

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

Value

(list) of length featScoreMax, containing names of patients in query file for each fold

Examples

1
2

BaderLab/netDx documentation built on Sept. 26, 2021, 9:13 a.m.