# NOT RUN {
# load st library
library("st")
# load data set
data(choedata)
# 6 samples, 11,475 genes
dim(choe2.mat)
# two groups (case vs. control
choe2.L
# 1,331 differentially expressed genes
sum(choe2.degenes)
# further information on genes
choe2.symbol.name
choe2.probe.name
choe2.mapping
# }
Run the code above in your browser using DataLab