CVTrainIndexGene {mseq}R Documentation

CV index matrix

Description

Get index matrix for the training data in cross-validation. Only for internal use. Not available to users.

Usage

CVTrainIndexGene(data, fold, seed)

Arguments

data the data frame generated by expData.R
fold the fold of cross-validation
seed random seed

Value

A matrix of TRUE or FALSE. TRUE for training data, and FALSE for testing data. Each row strands for one fold.


[Package mseq version 1.1 Index]