# NOT RUN {
## load data
data(marty)
## filtering data
##marty <- expFilter(marty, threshold=3.5, graph=FALSE)
##Class label 0/1
marty.type.num <- ifelse(marty.type.cl=="Her2+",0,1)
## run differential analysis
example.subset<-marty[1:100,]
out <- runWilcox(example.subset, labels=marty.type.num, typeFDR="FDR-BH", plot=FALSE)
# }
Run the code above in your browser using DataLab