cross.val.combat(x, y, censor, batchID, method, gn.nb, plot.roc, ngroup, iter)
x
. The batch ID of the data sets composing the matrix x
should be in the same order of the component data sets. For a given data set, the batch id can be an integer or the name of the data set. The batch id must be the same for all samples or arrays of a data set. featureselection
.The p.adjust function in the R stats package is used and all adjusted p-values not greater than 0.05 are retained if method
!= "none".
ROC curves are the plots of the mean of true positives (sensitivity) and the mean of false positives (1-specificity) over ngroup
folds of cross-validation.
iter.crossval.combat