Predict the subtypes of selected cancer type
get_rf_pred(train_set, test_set, method = "rf", seed = NULL)a matrix with column names of subtypes and predicted probabilities.
training set with rownames of samples, first column named 'mRNA_subtype' and the rest of features and expression values.
test set with rownames of features and colnames of samples.
character string of the method to use currently support 'rf'.
integer seed to use.