splitTestTrain: Split samples into train/test

Description Usage Arguments Value Examples

View source: R/splitTestTrain_resampling.R

Description

Split samples into train/test

Usage

1
splitTestTrain(pheno_DF, pctT = 0.7, verbose = FALSE)

Arguments

pheno_DF

(data.frame) patient information Must contain the following columns: 1. ID: (char) patient IDs 2. STATUS: (char) patient classes. Values not equal to predClass will be considered as 'other' Expects rows with unique IDs

pctT

(numeric between 0 and 1) Fraction of patients to randomly assign to the training set. The remainder will be used for blind test set

verbose

(logical) print messages

Value

(char) vector of length nrow(pheno_DF), with values of 'TRAIN' or 'TEST'. The order corresponds to pheno_DF; a patient labelled 'TRAIN' has been assigned to the training set, and one labelled 'TEST' as been assigned to the test set.

Examples

1
2

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