A function to train an XGBoost model to classify medulloblastoma subgroups using DNA methylation beta values (Illumina Infinium HumanMethylation450). Prediction is followed by training if new data is provided.
Value
A list
Arguments
SplitRatio
Train and test split ratio. A value greater or equal to zero and less than one.
CV
The number of folds for cross-validation. It should be greater than one.
NCores
The number of cores for parallel computing.
NewData
A methylation beta values input from the ReadMethylFile function.