This function handles reading in CSV or TXT files and filling in the dataSet object created using "InitDataObjects".
Read.TextData(mSetObj=NA, filePath, format, lbl.type)
Input the name of the created mSetObj (see InitDataObjects).
Input the path name for the CSV/TXT files to read.
Specify if samples are paired and in rows (rowp), unpaired and in rows (rowu), in columns and paired (colp), or in columns and unpaired (colu).
Specify the data label type, either discrete (disc) or continuous (cont).