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