R/preprocess.R
pasre.categorical.data.Rd
(Internal function) Manipulate categorical input files
pasre.categorical.data(files)
files | IPCAPS supports categorical data, which rows represent features and columns represent subjects or individuals. Each column needs to be separated by a space or a tab. A big text file should be divided into smaller files to load faster. For instance, to input 3 files, use as: files=c( 'input1.txt', 'input2.txt', 'input3.txt'). |
---|
A data frame of input data