Create split required for `OmicSelector_OmicSelector()` and all the following functions. It is obligatory to use it. The function devides the dataset into training, testing and validation set. Be default (as `train_proc=0.6`) 60 perc. of cases will be assigned to trainining datset. The rest is devided into testing and validation dataset in half, ending in 60 perc. of cases in training dataset, 20 perc. of cases in testing dataset and 20 perc. of cases in validation dataset. Metadata have to have `Class` variable, with `Case` and `Control` values.