AddUnmapped {BioM2} | R Documentation |
Add unmapped probe
Description
Add unmapped probe
Usage
AddUnmapped(
train = NULL,
test = NULL,
Unmapped_num = NULL,
Add_FeartureSelection_Method = "wilcox.test",
anno = NULL,
len = NULL,
verbose = TRUE,
cores = 1
)
Arguments
train |
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. |
test |
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. |
Unmapped_num |
The number of unmapped probes. |
Add_FeartureSelection_Method |
Feature selection methods. Available options are c('cor', 'wilcox.test'). |
anno |
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") ) |
len |
The number of unmapped probes |
verbose |
Whether to print running process information to the console |
cores |
The number of cores used for computation. |
Value
Matrix of unmapped probes
[Package BioM2 version 1.0.8 Index]