loadFiles {mAPKL} | R Documentation |
This function loads the train set, the class labels files as well as the test or validation file if any. Then we may perform normalization and (or) log2 transformation.
loadFiles(filesPath, trainFile, labelsFile, validationFile=NULL, validationLabels=NULL)
filesPath |
The path where the files are stored |
trainFile |
The genes and the relevant intensity values for feature selection analysis. The file should be of tab-delimited format |
labelsFile |
The class labels of the samples |
validationFile |
A further file with genes and intensity values used for validation purposes |
validationLabels |
The class labels of the validation samples |
An object of Class DataLD
Argiris Sakellariou