Performs a sanity check on each-uploaded dataset for meta-analysis. Briefly, this function will exclude empty rows, check class labels, ensure only 2 groups are being compared within the dataset, ensure sample names are unique, remove low quality samples/features, and replace missing values.
SanityCheckIndData(mSetObj = NA, dataName)
Input name of the created mSet Object
Input name of the dataset to perform the sanity check.