Add unmapped probe
AddUnmapped(
train = NULL,
test = NULL,
Unmapped_num = NULL,
Add_FeartureSelection_Method = "wilcox.test",
anno = NULL,
len = NULL,
verbose = TRUE,
cores = 1
)
Matrix of unmapped probes
The input training dataset. The first column is the label or the output. For binary classes, 0 and 1 are used to indicate the class member.
The input test dataset. The first column is the label or the output. For binary classes, 0 and 1 are used to indicate the class member.
The number of unmapped probes.
Feature selection methods. Available options are c('cor', 'wilcox.test').
The annotation data stored in a data.frame for probe mapping. It must have at least two columns named 'ID' and 'entrezID'. (For details, please refer to data( data("MethylAnno") )
The number of unmapped probes
Whether to print running process information to the console
The number of cores used for computation.