## Not run: ------------------------------------
# library(genefilter)
# library(ALL)
# data(ALL)
# bALL = ALL[, substr(ALL$BT,1,1) == "B"]
# smallALL = bALL[, bALL$mol.biol %in% c("BCR/ABL", "NEG")]
# smallALL$mol.biol = factor(smallALL$mol.biol)
# smallALL$BT = factor(smallALL$BT)
# f1 <- pOverA(0.25, 9)
# f2 <- function(x) (IQR(x) > 0.75)
# f3 <- ttest(smallALL$mol.biol, p=0.1)
# ff <- filterfun(f1, f2, f3)
# selectedsmallALL <- genefilter(exprs(smallALL), ff)
# sum(selectedsmallALL)
#
# set.seed(1357)
# res1<-dGAselID(smallALL, "mol.biol", method=knn.cvI(k=3, l=2), trainTest=1:79,
# startGenes=5, populationSize=50, iterations=4, noChr=5, mutationChance=0.05,
# elitism=10, ID="ID1")
#
## ---------------------------------------------
Run the code above in your browser using DataLab